Color Hex Logo

#bf756b Color Hex

#BF756B
(191,117,107)
0 Favorites   0 Comments

Color spaces of #bf756b

RGB 191117107
HSL0.020.400.58
HSV44°75°
CMYK 0.000.390.44   0.25
XYZ30.501024.860517.1009
Yxy24.86050.42090.3431
Hunter Lab49.860321.938114.5672
CIE-Lab56.939227.923817.8503

#bf756b color RGB value is (191,117,107).

#bf756b hex color red value is 191, green value is 117 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bf756b hue: 0.02 , saturation: 0.40 and the lightness value of bf756b is 0.58.

The process color (four color CMYK) of #bf756b color hex is 0.00, 0.39, 0.44, 0.25. Web safe color of #bf756b is #cc6666. Color #bf756b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110101 01101011
Octal 277 165 153
Decimal 191 117 107
Hex BF 75 6B

RGB Percentages of Color #bf756b

%46.02
%28.19
%25.78

CMYK Percentages of Color #bf756b

%0
%39
%44
%25

Triadic Colors of #bf756b

#bf756b #6bbf75 #756bbf

Analogous Colors of #bf756b

#bf756b #bf9f6b #bf6b8b

Monochromatic Colors of #bf756b

#bf756b

Complementary Color

#bf756b #6bb5bf

#bf756b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf756b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf756b Color CSS Codes

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

#bf756b Text Font Color

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

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


#bf756b Background Color

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

This div background color is #bf756b


#bf756b Border Color

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

This div border color is #bf756b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,117,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 #bf756b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf756b


Comments

No comments written yet.

Please login to write comment.