Color Hex Logo

#b07363 Color Hex

#B07363
(176,115,99)
0 Favorites   0 Comments

Color spaces of #b07363

RGB 17611599
HSL0.030.330.54
HSV12°44°69°
CMYK 0.000.350.44   0.31
XYZ26.287422.392414.7411
Yxy22.39240.41450.3531
Hunter Lab47.320616.348714.6547
CIE-Lab54.440922.141918.7539

#b07363 color RGB value is (176,115,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110011 01100011
Octal 260 163 143
Decimal 176 115 99
Hex B0 73 63

RGB Percentages of Color #b07363

%45.13
%29.49
%25.38

CMYK Percentages of Color #b07363

%0
%35
%44
%31

Triadic Colors of #b07363

#b07363 #63b073 #7363b0

Analogous Colors of #b07363

#b07363 #b09a63 #b0637a

Monochromatic Colors of #b07363

#b07363

Complementary Color

#b07363 #63a0b0

#b07363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07363 Color CSS Codes

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

#b07363 Text Font Color

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

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


#b07363 Background Color

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

This div background color is #b07363


#b07363 Border Color

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

This div border color is #b07363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07363


Comments

No comments written yet.

Please login to write comment.