Html Css Color HEX #B29A56 Husk

📋 copy color: '#B29A56'

red 178 ◦ green 154 ◦ blue 86

#B29A56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #B29A56

Tints of Husk #B29A56

RGB

 RED value IS 178 (69.92% from 255) = 42.58%

 GREEN value IS 154 (60.55% from 255) = 36.84%

 BLUE value IS 86 (33.98% from 255) = 20.57%

R = 42.58%
G = 36.84%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B29A56 (or 0xB29A56) is known color: Husk. HEX triplet: B2, 9A and 56. RGB value is (178,154,86). Sum of RGB (Red+Green+Blue) = 178+154+86=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29A56 is #4D65A9. Grayscale: #999999. Windows color (decimal): -5072298 or 5675698. OLE color: 5675698.

HSL color Cylindrical-coordinate representation of color #B29A56: hue angle of 44.35º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B29A56 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 154 86 -
CMYK 0 0.13 0.52 0.30
HSL 44.35º 0.37% 0.52% -
HSV(B) 44.35º 0.52% 0.7% -
XYZ 31.6 33.25 13.56 -
YUV 153.42 89.95 145.53 -
System Red Green Blue C M Y K H S L
Decimal 178 154 86 0 0.13 0.52 0.30 44.35 0.37 0.52
Hex B2 9A 56 0 D 34 1E 2C 25 34
Octal 262 232 126 0 15 64 36 54 45 64
Binary 10110010 10011010 1010110 0 1101 110100 11110 101100 100101 110100

Color Harmonies of #B29A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A56

Black with #B29A56

Text Example


Text Example

White with #B29A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A56; }

 p { color: rgb(178,154,86); }

 H1.HeaderClassName
 {
   color: #B29A56;
 }
 .AnyTagClassName
 {
   color: #B29A56;
 }
</style>

background-color css

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

 a { background-color: rgb(178,154,86); }

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

border-color css

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

 span { border-color: rgb(178,154,86); }

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