Color Hex Logo

#b17269 Color Hex

#B17269
(177,114,105)
1 Favorites   0 Comments

Color spaces of #b17269

RGB 177114105
HSL0.020.320.55
HSV41°69°
CMYK 0.000.360.41   0.31
XYZ26.698622.401716.2814
Yxy22.40170.40830.3426
Hunter Lab47.330417.861712.7359
CIE-Lab54.450623.789715.3116

#b17269 color RGB value is (177,114,105).

#b17269 hex color red value is 177, green value is 114 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b17269 hue: 0.02 , saturation: 0.32 and the lightness value of b17269 is 0.55.

The process color (four color CMYK) of #b17269 color hex is 0.00, 0.36, 0.41, 0.31. Web safe color of #b17269 is #996666. Color #b17269 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110010 01101001
Octal 261 162 151
Decimal 177 114 105
Hex B1 72 69

RGB Percentages of Color #b17269

%44.70
%28.79
%26.52

CMYK Percentages of Color #b17269

%0
%36
%41
%31

Triadic Colors of #b17269

#b17269 #69b172 #7269b1

Analogous Colors of #b17269

#b17269 #b19669 #b16984

Monochromatic Colors of #b17269

#b17269

Complementary Color

#b17269 #69a8b1

#b17269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17269 Color CSS Codes

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

#b17269 Text Font Color

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

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


#b17269 Background Color

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

This div background color is #b17269


#b17269 Border Color

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

This div border color is #b17269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17269


Comments

No comments written yet.

Please login to write comment.