Color Hex Logo

#b2906d Color Hex

#B2906D
(178,144,109)
0 Favorites   0 Comments

Color spaces of #b2906d

RGB 178144109
HSL0.080.310.56
HSV30°39°70°
CMYK 0.000.190.39   0.30
XYZ31.093730.515618.7193
Yxy30.51560.38710.3799
Hunter Lab55.24093.801418.5773
CIE-Lab62.09667.897023.4403

#b2906d color RGB value is (178,144,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010000 01101101
Octal 262 220 155
Decimal 178 144 109
Hex B2 90 6D

RGB Percentages of Color #b2906d

%41.30
%33.41
%25.29

CMYK Percentages of Color #b2906d

%0
%19
%39
%30

Triadic Colors of #b2906d

#b2906d #6db290 #906db2

Analogous Colors of #b2906d

#b2906d #b2b26d #b26e6d

Monochromatic Colors of #b2906d

#b2906d

Complementary Color

#b2906d #6d8fb2

#b2906d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2906d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2906d Color CSS Codes

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

#b2906d Text Font Color

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

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


#b2906d Background Color

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

This div background color is #b2906d


#b2906d Border Color

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

This div border color is #b2906d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,144,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 #b2906d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2906d


Comments

No comments written yet.

Please login to write comment.