color codes Logo

#be543f color codes

#BE543F
(190,84,63)
0 Favorites   0 Comments

Color spaces of #be543f

RGB 1908463
HSL0.030.500.50
HSV10°67°75°
CMYK 0.000.560.67   0.25
XYZ25.302717.64676.7752
Yxy17.64670.50890.3549
Hunter Lab42.008034.002119.8431
CIE-Lab49.064841.195432.9273

#be543f color RGB value is (190,84,63).

#be543f hex color red value is 190, green value is 84 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #be543f hue: 0.03 , saturation: 0.50 and the lightness value of be543f is 0.50.

The process color (four color CMYK) of #be543f color code is 0.00, 0.56, 0.67, 0.25. Web safe color of #be543f is #cc6633. Color #be543f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010100 00111111
Octal 276 124 77
Decimal 190 84 63
Hex BE 54 3F

RGB Percentages of Color #be543f

%56.38
%24.93
%18.69

CMYK Percentages of Color #be543f

%0
%56
%67
%25

Triadic Colors of #be543f

#be543f #3fbe54 #543fbe

Analogous Colors of #be543f

#be543f #be943f #be3f6a

Monochromatic Colors of #be543f

#be543f

Complementary Color

#be543f #3fa9be

#be543f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be543f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be543f Color CSS Codes

.mybgcolor {background-color:#be543f; } 
.myforecolor {color:#be543f; }
.mybordercolor {border:3px solid #be543f; }

#be543f Text Font Color

<p style="color:#be543f">Text here</p>

This sample text font color is #be543f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#be543f Background Color

<div style="background-color:#be543f">
Div content here</div>

This div background color is #be543f


#be543f Border Color

<div style="border:3px solid #be543f">
Div here</div>

This div border color is #be543f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,84,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be543f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be543f;
  -webkit-box-shadow: 1px 1px 3px 2px #be543f;
  box-shadow:         1px 1px 3px 2px #be543f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,84,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #be543f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #be543f;
  -webkit-box-shadow: 1px 1px 3px 2px #be543f;
  box-shadow:         1px 1px 3px 2px #be543f;">
Div content here</div>

This div box has shadow with color #be543f


Comments

No comments written yet.

Please login to write comment.