Color Hex Logo

#b1662f Color Hex

#B1662F
(177,102,47)
0 Favorites   0 Comments

Color spaces of #b1662f

RGB 17710247
HSL0.070.580.44
HSV25°73°69°
CMYK 0.000.420.73   0.31
XYZ23.395919.05515.1342
Yxy19.05510.49170.4004
Hunter Lab43.652119.278023.5830
CIE-Lab50.751625.632942.8340

#b1662f color RGB value is (177,102,47).

#b1662f hex color red value is 177, green value is 102 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b1662f hue: 0.07 , saturation: 0.58 and the lightness value of b1662f is 0.44.

The process color (four color CMYK) of #b1662f color hex is 0.00, 0.42, 0.73, 0.31. Web safe color of #b1662f is #996633. Color #b1662f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100110 00101111
Octal 261 146 57
Decimal 177 102 47
Hex B1 66 2F

RGB Percentages of Color #b1662f

%54.29
%31.29
%14.42

CMYK Percentages of Color #b1662f

%0
%42
%73
%31

Triadic Colors of #b1662f

#b1662f #2fb166 #662fb1

Analogous Colors of #b1662f

#b1662f #b1a72f #b12f39

Monochromatic Colors of #b1662f

#b1662f

Complementary Color

#b1662f #2f7ab1

#b1662f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1662f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1662f Color CSS Codes

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

#b1662f Text Font Color

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

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


#b1662f Background Color

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

This div background color is #b1662f


#b1662f Border Color

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

This div border color is #b1662f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,102,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1662f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1662f;
  -webkit-box-shadow: 1px 1px 3px 2px #b1662f;
  box-shadow:         1px 1px 3px 2px #b1662f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,102,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1662f


Comments

No comments written yet.

Please login to write comment.