Color Hex Logo

#bf827b Color Hex

#BF827B
(191,130,123)
0 Favorites   0 Comments

Color spaces of #bf827b

RGB 191130123
HSL0.020.350.62
HSV36°75°
CMYK 0.000.320.36   0.25
XYZ33.043628.471722.4929
Yxy28.47170.39330.3389
Hunter Lab53.358917.161812.3581
CIE-Lab60.312522.643113.3440

#bf827b color RGB value is (191,130,123).

#bf827b hex color red value is 191, green value is 130 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bf827b hue: 0.02 , saturation: 0.35 and the lightness value of bf827b is 0.62.

The process color (four color CMYK) of #bf827b color hex is 0.00, 0.32, 0.36, 0.25. Web safe color of #bf827b is #cc9966. Color #bf827b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000010 01111011
Octal 277 202 173
Decimal 191 130 123
Hex BF 82 7B

RGB Percentages of Color #bf827b

%43.02
%29.28
%27.70

CMYK Percentages of Color #bf827b

%0
%32
%36
%25

Triadic Colors of #bf827b

#bf827b #7bbf82 #827bbf

Analogous Colors of #bf827b

#bf827b #bfa47b #bf7b96

Monochromatic Colors of #bf827b

#bf827b

Complementary Color

#bf827b #7bb8bf

#bf827b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf827b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf827b Color CSS Codes

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

#bf827b Text Font Color

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

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


#bf827b Background Color

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

This div background color is #bf827b


#bf827b Border Color

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

This div border color is #bf827b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,130,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf827b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf827b;
  -webkit-box-shadow: 1px 1px 3px 2px #bf827b;
  box-shadow:         1px 1px 3px 2px #bf827b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,130,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf827b


Comments

No comments written yet.

Please login to write comment.