Color Hex Logo

#b07d6b Color Hex

#B07D6B
(176,125,107)
0 Favorites   0 Comments

Color spaces of #b07d6b

RGB 176125107
HSL0.040.300.55
HSV16°39°69°
CMYK 0.000.290.39   0.31
XYZ27.892024.958917.2574
Yxy24.95890.39780.3560
Hunter Lab49.958912.228314.4906
CIE-Lab57.035417.456817.6878

#b07d6b color RGB value is (176,125,107).

#b07d6b hex color red value is 176, green value is 125 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #b07d6b hue: 0.04 , saturation: 0.30 and the lightness value of b07d6b is 0.55.

The process color (four color CMYK) of #b07d6b color hex is 0.00, 0.29, 0.39, 0.31. Web safe color of #b07d6b is #996666. Color #b07d6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111101 01101011
Octal 260 175 153
Decimal 176 125 107
Hex B0 7D 6B

RGB Percentages of Color #b07d6b

%43.14
%30.64
%26.23

CMYK Percentages of Color #b07d6b

%0
%29
%39
%31

Triadic Colors of #b07d6b

#b07d6b #6bb07d #7d6bb0

Analogous Colors of #b07d6b

#b07d6b #b0a06b #b06b7c

Monochromatic Colors of #b07d6b

#b07d6b

Complementary Color

#b07d6b #6b9eb0

#b07d6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07d6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07d6b Color CSS Codes

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

#b07d6b Text Font Color

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

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


#b07d6b Background Color

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

This div background color is #b07d6b


#b07d6b Border Color

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

This div border color is #b07d6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07d6b


Comments

No comments written yet.

Please login to write comment.