Html Css Color HEX #B29F5B Husk

📋 copy color: '#B29F5B'

red 178 ◦ green 159 ◦ blue 91

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

Shades of Husk #B29F5B

Tints of Husk #B29F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.26%

R = 41.59%
G = 37.15%
B = 21.26%

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

#B29F5B (or 0xB29F5B) is known color: Husk. HEX triplet: B2, 9F and 5B. RGB value is (178,159,91). Sum of RGB (Red+Green+Blue) = 178+159+91=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F5B is #4D60A4. Grayscale: #9D9D9D. Windows color (decimal): -5071013 or 6004658. OLE color: 6004658.

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

Color convert

RGB 178 159 91 -
CMYK 0 0.11 0.49 0.30
HSL 46.9º 0.36% 0.53% -
HSV(B) 46.9º 0.49% 0.7% -
XYZ 32.65 35.02 14.94 -
YUV 156.93 90.79 143.03 -
System Red Green Blue C M Y K H S L
Decimal 178 159 91 0 0.11 0.49 0.30 46.9 0.36 0.53
Hex B2 9F 5B 0 B 31 1E 2F 24 35
Octal 262 237 133 0 13 61 36 57 44 65
Binary 10110010 10011111 1011011 0 1011 110001 11110 101111 100100 110101

Color Harmonies of #B29F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F5B

Black with #B29F5B

Text Example


Text Example

White with #B29F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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