Color Hex Logo

#be832f Color Hex

#BE832F
(190,131,47)
0 Favorites   0 Comments

Color spaces of #be832f

RGB 19013147
HSL0.100.600.46
HSV35°75°75°
CMYK 0.000.310.75   0.25
XYZ29.864627.38506.4011
Yxy27.38500.46920.4302
Hunter Lab52.330710.289529.3791
CIE-Lab59.329015.225552.1107

#be832f color RGB value is (190,131,47).

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

The process color (four color CMYK) of #be832f color hex is 0.00, 0.31, 0.75, 0.25. Web safe color of #be832f is #cc9933. Color #be832f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000011 00101111
Octal 276 203 57
Decimal 190 131 47
Hex BE 83 2F

RGB Percentages of Color #be832f

%51.63
%35.60
%12.77

CMYK Percentages of Color #be832f

%0
%31
%75
%25

Triadic Colors of #be832f

#be832f #2fbe83 #832fbe

Analogous Colors of #be832f

#be832f #b2be2f #be3b2f

Monochromatic Colors of #be832f

#be832f

Complementary Color

#be832f #2f6abe

#be832f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be832f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be832f Color CSS Codes

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

#be832f Text Font Color

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

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


#be832f Background Color

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

This div background color is #be832f


#be832f Border Color

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

This div border color is #be832f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,131,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 #be832f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be832f


Comments

No comments written yet.

Please login to write comment.