Color Hex Logo

#be996b Color Hex

#BE996B
(190,153,107)
0 Favorites   0 Comments

Color spaces of #be996b

RGB 190153107
HSL0.090.390.58
HSV33°44°75°
CMYK 0.000.190.44   0.25
XYZ35.280334.791218.7658
Yxy34.79120.39710.3916
Hunter Lab58.98413.544622.4257
CIE-Lab65.58587.673629.3642

#be996b color RGB value is (190,153,107).

#be996b hex color red value is 190, green value is 153 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #be996b hue: 0.09 , saturation: 0.39 and the lightness value of be996b is 0.58.

The process color (four color CMYK) of #be996b color hex is 0.00, 0.19, 0.44, 0.25. Web safe color of #be996b is #cc9966. Color #be996b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011001 01101011
Octal 276 231 153
Decimal 190 153 107
Hex BE 99 6B

RGB Percentages of Color #be996b

%42.22
%34.00
%23.78

CMYK Percentages of Color #be996b

%0
%19
%44
%25

Triadic Colors of #be996b

#be996b #6bbe99 #996bbe

Analogous Colors of #be996b

#be996b #babe6b #be706b

Monochromatic Colors of #be996b

#be996b

Complementary Color

#be996b #6b90be

#be996b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be996b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be996b Color CSS Codes

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

#be996b Text Font Color

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

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


#be996b Background Color

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

This div background color is #be996b


#be996b Border Color

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

This div border color is #be996b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be996b


Comments

No comments written yet.

Please login to write comment.