Html Css Color HEX #B29A51 Husk

📋 copy color: '#B29A51'

red 178 ◦ green 154 ◦ blue 81

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

Shades of Husk #B29A51

Tints of Husk #B29A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.61%

R = 43.1%
G = 37.29%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B29A51 (or 0xB29A51) is known color: Husk. HEX triplet: B2, 9A and 51. RGB value is (178,154,81). Sum of RGB (Red+Green+Blue) = 178+154+81=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29A51 is #4D65AE. Grayscale: #999999. Windows color (decimal): -5072303 or 5348018. OLE color: 5348018.

HSL color Cylindrical-coordinate representation of color #B29A51: hue angle of 45.15º 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 #B29A51 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 154 81 -
CMYK 0 0.13 0.54 0.30
HSL 45.15º 0.39% 0.51% -
HSV(B) 45.15º 0.54% 0.7% -
XYZ 31.4 33.17 12.53 -
YUV 152.85 87.45 145.94 -
System Red Green Blue C M Y K H S L
Decimal 178 154 81 0 0.13 0.54 0.30 45.15 0.39 0.51
Hex B2 9A 51 0 D 36 1E 2D 27 33
Octal 262 232 121 0 15 66 36 55 47 63
Binary 10110010 10011010 1010001 0 1101 110110 11110 101101 100111 110011

Color Harmonies of #B29A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A51

Black with #B29A51

Text Example


Text Example

White with #B29A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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