#B29551

Color #B29551 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #B29551

Tints of Husk #B29551

Color information

#B29551 (or 0xB29551) is unknown color: approx Husk. HEX triplet: B2, 95 and 51. RGB value is (178,149,81). Sum of RGB (Red+Green+Blue) = 178+149+81=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B29551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29551 is #4D6AAE. Grayscale: #969696. Windows color (decimal): -5073583 or 5346738. OLE color: 5346738.

HSL color Cylindrical-coordinate representation of color #B29551: hue angle of 42.06º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B29551 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB17814981-
CMYK00.160.540.30
HSL42.06º38.65%50.78%-
HSV(B)42.06º54.49%69.8%-
XYZ30.5931.5512.26-
YUV149.9289.11148.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 149 (58.59% from 255) = 36.52%
BLUE value IS 81 (32.03% from 255) = 19.85%
R=43.63%
G=36.52%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781498100.160.540.3042.0638.6550.78
HexB29551010361E2a2733
Octal2622251210206636524763
Binary1011001010010101101000101000011011011110101010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29551; }

 p { color: rgb(178,149,81); }

 H1.HeaderClassName
 {
   color: #B29551;
 }
 .AnyTagClassName
 {
   color: #B29551;
 }
</style>
background-color css

<style>
 a { background-color: #B29551; }

 a { background-color: rgb(178,149,81); }

 div.DivClassName
 {
   background-color: #B29551;
 }
 .BgClassName
 {
   background-color: #B29551;
 }
</style>
border-color css

<style>
 span { border-color: #B29551; }

 span { border-color: rgb(178,149,81); }

 td.TdClassName
 {
   border-color: #B29551;
 }
 .TagClassName
 {
   border-color: #B29551;
 }
</style>