Color Hex Logo

#be814b Color Hex

#BE814B
(190,129,75)
0 Favorites   0 Comments

Color spaces of #be814b

RGB 19012975
HSL0.080.470.52
HSV28°61°75°
CMYK 0.000.320.61   0.25
XYZ30.355527.155710.2983
Yxy27.15570.44770.4005
Hunter Lab52.111112.784424.7608
CIE-Lab59.118217.986738.3903

#be814b color RGB value is (190,129,75).

#be814b hex color red value is 190, green value is 129 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #be814b hue: 0.08 , saturation: 0.47 and the lightness value of be814b is 0.52.

The process color (four color CMYK) of #be814b color hex is 0.00, 0.32, 0.61, 0.25. Web safe color of #be814b is #cc9933. Color #be814b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000001 01001011
Octal 276 201 113
Decimal 190 129 75
Hex BE 81 4B

RGB Percentages of Color #be814b

%48.22
%32.74
%19.04

CMYK Percentages of Color #be814b

%0
%32
%61
%25

Triadic Colors of #be814b

#be814b #4bbe81 #814bbe

Analogous Colors of #be814b

#be814b #bebb4b #be4b4f

Monochromatic Colors of #be814b

#be814b

Complementary Color

#be814b #4b88be

#be814b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be814b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be814b Color CSS Codes

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

#be814b Text Font Color

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

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


#be814b Background Color

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

This div background color is #be814b


#be814b Border Color

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

This div border color is #be814b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be814b


Comments

No comments written yet.

Please login to write comment.