Color Hex Logo

#b06257 Color Hex

#B06257
(176,98,87)
0 Favorites   0 Comments

Color spaces of #b06257

RGB 1769887
HSL0.020.360.52
HSV51°69°
CMYK 0.000.440.51   0.31
XYZ23.992518.653611.3528
Yxy18.65360.44430.3454
Hunter Lab43.189823.576914.6480
CIE-Lab50.279430.309320.1414

#b06257 color RGB value is (176,98,87).

#b06257 hex color red value is 176, green value is 98 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #b06257 hue: 0.02 , saturation: 0.36 and the lightness value of b06257 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100010 01010111
Octal 260 142 127
Decimal 176 98 87
Hex B0 62 57

RGB Percentages of Color #b06257

%48.75
%27.15
%24.10

CMYK Percentages of Color #b06257

%0
%44
%51
%31

Triadic Colors of #b06257

#b06257 #57b062 #6257b0

Analogous Colors of #b06257

#b06257 #b08f57 #b05779

Monochromatic Colors of #b06257

#b06257

Complementary Color

#b06257 #57a5b0

#b06257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06257 Color CSS Codes

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

#b06257 Text Font Color

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

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


#b06257 Background Color

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

This div background color is #b06257


#b06257 Border Color

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

This div border color is #b06257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06257


Comments

No comments written yet.

Please login to write comment.