Color Hex Logo

#be705b Color Hex

#BE705B
(190,112,91)
0 Favorites   0 Comments

Color spaces of #be705b

RGB 19011291
HSL0.040.430.55
HSV13°52°75°
CMYK 0.000.410.52   0.25
XYZ28.917723.290812.8690
Yxy23.29080.44440.3579
Hunter Lab48.260522.501217.9723
CIE-Lab55.370628.656324.9025

#be705b color RGB value is (190,112,91).

#be705b hex color red value is 190, green value is 112 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #be705b hue: 0.04 , saturation: 0.43 and the lightness value of be705b is 0.55.

The process color (four color CMYK) of #be705b color hex is 0.00, 0.41, 0.52, 0.25. Web safe color of #be705b is #cc6666. Color #be705b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110000 01011011
Octal 276 160 133
Decimal 190 112 91
Hex BE 70 5B

RGB Percentages of Color #be705b

%48.35
%28.50
%23.16

CMYK Percentages of Color #be705b

%0
%41
%52
%25

Triadic Colors of #be705b

#be705b #5bbe70 #705bbe

Analogous Colors of #be705b

#be705b #bea25b #be5b78

Monochromatic Colors of #be705b

#be705b

Complementary Color

#be705b #5ba9be

#be705b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be705b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be705b Color CSS Codes

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

#be705b Text Font Color

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

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


#be705b Background Color

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

This div background color is #be705b


#be705b Border Color

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

This div border color is #be705b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be705b


Comments

No comments written yet.

Please login to write comment.