Color Hex Logo

#b2916d Color Hex

#B2916D
(178,145,109)
0 Favorites   0 Comments

Color spaces of #b2916d

RGB 178145109
HSL0.090.310.56
HSV31°39°70°
CMYK 0.000.190.39   0.30
XYZ31.245830.819918.7700
Yxy30.81990.38650.3813
Hunter Lab55.51573.312418.8149
CIE-Lab62.35537.342723.7861

#b2916d color RGB value is (178,145,109).

#b2916d hex color red value is 178, green value is 145 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b2916d hue: 0.09 , saturation: 0.31 and the lightness value of b2916d is 0.56.

The process color (four color CMYK) of #b2916d color hex is 0.00, 0.19, 0.39, 0.30. Web safe color of #b2916d is #999966. Color #b2916d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010001 01101101
Octal 262 221 155
Decimal 178 145 109
Hex B2 91 6D

RGB Percentages of Color #b2916d

%41.20
%33.56
%25.23

CMYK Percentages of Color #b2916d

%0
%19
%39
%30

Triadic Colors of #b2916d

#b2916d #6db291 #916db2

Analogous Colors of #b2916d

#b2916d #b1b26d #b26f6d

Monochromatic Colors of #b2916d

#b2916d

Complementary Color

#b2916d #6d8eb2

#b2916d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2916d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2916d Color CSS Codes

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

#b2916d Text Font Color

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

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


#b2916d Background Color

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

This div background color is #b2916d


#b2916d Border Color

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

This div border color is #b2916d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,145,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2916d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2916d;
  -webkit-box-shadow: 1px 1px 3px 2px #b2916d;
  box-shadow:         1px 1px 3px 2px #b2916d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,145,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2916d


Comments

No comments written yet.

Please login to write comment.