Color Hex Logo

#b07264 Color Hex

#B07264
(176,114,100)
0 Favorites   0 Comments

Color spaces of #b07264

RGB 176114100
HSL0.030.320.54
HSV11°43°69°
CMYK 0.000.350.43   0.31
XYZ26.222122.184814.9566
Yxy22.18480.41380.3501
Hunter Lab47.100716.948914.1433
CIE-Lab54.222522.813217.8794

#b07264 color RGB value is (176,114,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110010 01100100
Octal 260 162 144
Decimal 176 114 100
Hex B0 72 64

RGB Percentages of Color #b07264

%45.13
%29.23
%25.64

CMYK Percentages of Color #b07264

%0
%35
%43
%31

Triadic Colors of #b07264

#b07264 #64b072 #7264b0

Analogous Colors of #b07264

#b07264 #b09864 #b0647c

Monochromatic Colors of #b07264

#b07264

Complementary Color

#b07264 #64a2b0

#b07264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07264 Color CSS Codes

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

#b07264 Text Font Color

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

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


#b07264 Background Color

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

This div background color is #b07264


#b07264 Border Color

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

This div border color is #b07264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07264


Comments

No comments written yet.

Please login to write comment.