Color Hex Logo

#be562f Color Hex

#BE562F
(190,86,47)
0 Favorites   0 Comments

Color spaces of #be562f

RGB 1908647
HSL0.050.600.46
HSV16°75°75°
CMYK 0.000.550.75   0.25
XYZ25.076117.80804.8049
Yxy17.80800.52580.3734
Hunter Lab42.199532.220422.7888
CIE-Lab49.262439.380541.8455

#be562f color RGB value is (190,86,47).

#be562f hex color red value is 190, green value is 86 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #be562f hue: 0.05 , saturation: 0.60 and the lightness value of be562f is 0.46.

The process color (four color CMYK) of #be562f color hex is 0.00, 0.55, 0.75, 0.25. Web safe color of #be562f is #cc6633. Color #be562f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010110 00101111
Octal 276 126 57
Decimal 190 86 47
Hex BE 56 2F

RGB Percentages of Color #be562f

%58.82
%26.63
%14.55

CMYK Percentages of Color #be562f

%0
%55
%75
%25

Triadic Colors of #be562f

#be562f #2fbe56 #562fbe

Analogous Colors of #be562f

#be562f #be9e2f #be2f4f

Monochromatic Colors of #be562f

#be562f

Complementary Color

#be562f #2f97be

#be562f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be562f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be562f Color CSS Codes

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

#be562f Text Font Color

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

This sample text font color is #be562f
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.


#be562f Background Color

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

This div background color is #be562f


#be562f Border Color

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

This div border color is #be562f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be562f

#be562f Color Palettes


Comments

No comments written yet.

Please login to write comment.