Color Hex Logo

#b2904d Color Hex

#B2904D
(178,144,77)
0 Favorites   0 Comments

Color spaces of #b2904d

RGB 17814477
HSL0.110.400.50
HSV40°57°70°
CMYK 0.000.190.57   0.30
XYZ29.672929.947311.2377
Yxy29.94730.41880.4226
Hunter Lab54.72411.020326.1316
CIE-Lab61.60874.670339.9938

#b2904d color RGB value is (178,144,77).

#b2904d hex color red value is 178, green value is 144 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b2904d hue: 0.11 , saturation: 0.40 and the lightness value of b2904d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010000 01001101
Octal 262 220 115
Decimal 178 144 77
Hex B2 90 4D

RGB Percentages of Color #b2904d

%44.61
%36.09
%19.30

CMYK Percentages of Color #b2904d

%0
%19
%57
%30

Triadic Colors of #b2904d

#b2904d #4db290 #904db2

Analogous Colors of #b2904d

#b2904d #a2b24d #b25e4d

Monochromatic Colors of #b2904d

#b2904d

Complementary Color

#b2904d #4d6fb2

#b2904d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2904d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2904d Color CSS Codes

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

#b2904d Text Font Color

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

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


#b2904d Background Color

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

This div background color is #b2904d


#b2904d Border Color

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

This div border color is #b2904d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2904d


Comments

No comments written yet.

Please login to write comment.