Color Hex Logo

#b07963 Color Hex

#B07963
(176,121,99)
0 Favorites   0 Comments

Color spaces of #b07963

RGB 17612199
HSL0.050.330.54
HSV17°44°69°
CMYK 0.000.310.44   0.31
XYZ26.994023.805714.9766
Yxy23.80570.41040.3619
Hunter Lab48.791113.371915.9545
CIE-Lab55.892718.777120.7130

#b07963 color RGB value is (176,121,99).

#b07963 hex color red value is 176, green value is 121 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #b07963 hue: 0.05 , saturation: 0.33 and the lightness value of b07963 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111001 01100011
Octal 260 171 143
Decimal 176 121 99
Hex B0 79 63

RGB Percentages of Color #b07963

%44.44
%30.56
%25.00

CMYK Percentages of Color #b07963

%0
%31
%44
%31

Triadic Colors of #b07963

#b07963 #63b079 #7963b0

Analogous Colors of #b07963

#b07963 #b0a063 #b06374

Monochromatic Colors of #b07963

#b07963

Complementary Color

#b07963 #639ab0

#b07963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07963 Color CSS Codes

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

#b07963 Text Font Color

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

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


#b07963 Background Color

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

This div background color is #b07963


#b07963 Border Color

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

This div border color is #b07963


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,121,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07963


Comments

No comments written yet.

Please login to write comment.