Html Css Color HEX #B29648 Husk

📋 copy color: '#B29648'

red 178 ◦ green 150 ◦ blue 72

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

Shades of Husk #B29648

Tints of Husk #B29648

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.5%

 BLUE value IS 72 (28.52% from 255) = 18%

R = 44.5%
G = 37.5%
B = 18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B29648 (or 0xB29648) is known color: Husk. HEX triplet: B2, 96 and 48. RGB value is (178,150,72). Sum of RGB (Red+Green+Blue) = 178+150+72=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B29648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29648 is #4D69B7. Grayscale: #959595. Windows color (decimal): -5073336 or 4757170. OLE color: 4757170.

HSL color Cylindrical-coordinate representation of color #B29648: hue angle of 44.15º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B29648 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 150 72 -
CMYK 0 0.16 0.60 0.30
HSL 44.15º 0.42% 0.49% -
HSV(B) 44.15º 0.6% 0.7% -
XYZ 30.44 31.75 10.65 -
YUV 149.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 178 150 72 0 0.16 0.60 0.30 44.15 0.42 0.49
Hex B2 96 48 0 10 3C 1E 2C 2A 31
Octal 262 226 110 0 20 74 36 54 52 61
Binary 10110010 10010110 1001000 0 10000 111100 11110 101100 101010 110001

Color Harmonies of #B29648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29648

Black with #B29648

Text Example


Text Example

White with #B29648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29648; }

 p { color: rgb(178,150,72); }

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

background-color css

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

 a { background-color: rgb(178,150,72); }

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

border-color css

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

 span { border-color: rgb(178,150,72); }

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