Color Hex Logo

#b07463 Color Hex

#B07463
(176,116,99)
0 Favorites   0 Comments

Color spaces of #b07463

RGB 17611699
HSL0.040.330.54
HSV13°44°69°
CMYK 0.000.340.44   0.31
XYZ26.402022.621714.7793
Yxy22.62170.41380.3546
Hunter Lab47.562315.852014.8701
CIE-Lab54.680521.581819.0784

#b07463 color RGB value is (176,116,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110100 01100011
Octal 260 164 143
Decimal 176 116 99
Hex B0 74 63

RGB Percentages of Color #b07463

%45.01
%29.67
%25.32

CMYK Percentages of Color #b07463

%0
%34
%44
%31

Triadic Colors of #b07463

#b07463 #63b074 #7463b0

Analogous Colors of #b07463

#b07463 #b09b63 #b06379

Monochromatic Colors of #b07463

#b07463

Complementary Color

#b07463 #639fb0

#b07463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07463 Color CSS Codes

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

#b07463 Text Font Color

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

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


#b07463 Background Color

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

This div background color is #b07463


#b07463 Border Color

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

This div border color is #b07463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07463


Comments

No comments written yet.

Please login to write comment.