Color Hex Logo

#b07163 Color Hex

#B07163
(176,113,99)
0 Favorites   0 Comments

Color spaces of #b07163

RGB 17611399
HSL0.030.330.54
HSV11°44°69°
CMYK 0.000.360.44   0.31
XYZ26.061821.941214.6659
Yxy21.94120.41590.3501
Hunter Lab46.841417.341914.2255
CIE-Lab53.964623.260518.1075

#b07163 color RGB value is (176,113,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110001 01100011
Octal 260 161 143
Decimal 176 113 99
Hex B0 71 63

RGB Percentages of Color #b07163

%45.36
%29.12
%25.52

CMYK Percentages of Color #b07163

%0
%36
%44
%31

Triadic Colors of #b07163

#b07163 #63b071 #7163b0

Analogous Colors of #b07163

#b07163 #b09863 #b0637c

Monochromatic Colors of #b07163

#b07163

Complementary Color

#b07163 #63a2b0

#b07163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07163 Color CSS Codes

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

#b07163 Text Font Color

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

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


#b07163 Background Color

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

This div background color is #b07163


#b07163 Border Color

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

This div border color is #b07163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07163


Comments

No comments written yet.

Please login to write comment.