Html Css Color HEX #B29F5A Husk

📋 copy color: '#B29F5A'

red 178 ◦ green 159 ◦ blue 90

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

Shades of Husk #B29F5A

Tints of Husk #B29F5A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.24%

 BLUE value IS 90 (35.55% from 255) = 21.08%

R = 41.69%
G = 37.24%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B29F5A (or 0xB29F5A) is known color: Husk. HEX triplet: B2, 9F and 5A. RGB value is (178,159,90). Sum of RGB (Red+Green+Blue) = 178+159+90=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F5A is #4D60A5. Grayscale: #9D9D9D. Windows color (decimal): -5071014 or 5939122. OLE color: 5939122.

HSL color Cylindrical-coordinate representation of color #B29F5A: hue angle of 47.05º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B29F5A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 159 90 -
CMYK 0 0.11 0.49 0.30
HSL 47.05º 0.36% 0.53% -
HSV(B) 47.05º 0.49% 0.7% -
XYZ 32.6 35 14.71 -
YUV 156.82 90.29 143.11 -
System Red Green Blue C M Y K H S L
Decimal 178 159 90 0 0.11 0.49 0.30 47.05 0.36 0.53
Hex B2 9F 5A 0 B 31 1E 2F 24 35
Octal 262 237 132 0 13 61 36 57 44 65
Binary 10110010 10011111 1011010 0 1011 110001 11110 101111 100100 110101

Color Harmonies of #B29F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F5A

Black with #B29F5A

Text Example


Text Example

White with #B29F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F5A; }

 p { color: rgb(178,159,90); }

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

background-color css

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

 a { background-color: rgb(178,159,90); }

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

border-color css

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

 span { border-color: rgb(178,159,90); }

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