Color Hex Logo

#be733b Color Hex

#BE733B
(190,115,59)
0 Favorites   0 Comments

Color spaces of #be733b

RGB 19011559
HSL0.070.530.49
HSV26°69°75°
CMYK 0.000.390.69   0.25
XYZ28.155423.52447.1944
Yxy23.52440.47820.3996
Hunter Lab48.502018.740925.1568
CIE-Lab55.608424.650042.6076

#be733b color RGB value is (190,115,59).

#be733b hex color red value is 190, green value is 115 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #be733b hue: 0.07 , saturation: 0.53 and the lightness value of be733b is 0.49.

The process color (four color CMYK) of #be733b color hex is 0.00, 0.39, 0.69, 0.25. Web safe color of #be733b is #cc6633. Color #be733b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110011 00111011
Octal 276 163 73
Decimal 190 115 59
Hex BE 73 3B

RGB Percentages of Color #be733b

%52.20
%31.59
%16.21

CMYK Percentages of Color #be733b

%0
%39
%69
%25

Triadic Colors of #be733b

#be733b #3bbe73 #733bbe

Analogous Colors of #be733b

#be733b #beb53b #be3b44

Monochromatic Colors of #be733b

#be733b

Complementary Color

#be733b #3b86be

#be733b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be733b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be733b Color CSS Codes

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

#be733b Text Font Color

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

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


#be733b Background Color

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

This div background color is #be733b


#be733b Border Color

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

This div border color is #be733b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be733b


Comments

No comments written yet.

Please login to write comment.