Html Css Color HEX #B29A57 Husk

📋 copy color: '#B29A57'

red 178 ◦ green 154 ◦ blue 87

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

Shades of Husk #B29A57

Tints of Husk #B29A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.76%

R = 42.48%
G = 36.75%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B29A57 (or 0xB29A57) is known color: Husk. HEX triplet: B2, 9A and 57. RGB value is (178,154,87). Sum of RGB (Red+Green+Blue) = 178+154+87=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29A57 is #4D65A8. Grayscale: #999999. Windows color (decimal): -5072297 or 5741234. OLE color: 5741234.

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

Color convert

RGB 178 154 87 -
CMYK 0 0.13 0.51 0.30
HSL 44.18º 0.37% 0.52% -
HSV(B) 44.18º 0.51% 0.7% -
XYZ 31.64 33.26 13.77 -
YUV 153.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 178 154 87 0 0.13 0.51 0.30 44.18 0.37 0.52
Hex B2 9A 57 0 D 33 1E 2C 25 34
Octal 262 232 127 0 15 63 36 54 45 64
Binary 10110010 10011010 1010111 0 1101 110011 11110 101100 100101 110100

Color Harmonies of #B29A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A57

Black with #B29A57

Text Example


Text Example

White with #B29A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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