Html Css Color HEX #B29848 Husk

📋 copy color: '#B29848'

red 178 ◦ green 152 ◦ blue 72

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

Shades of Husk #B29848

Tints of Husk #B29848

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.81%

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

R = 44.28%
G = 37.81%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B29848 (or 0xB29848) is known color: Husk. HEX triplet: B2, 98 and 48. RGB value is (178,152,72). Sum of RGB (Red+Green+Blue) = 178+152+72=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B29848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29848 is #4D67B7. Grayscale: #969696. Windows color (decimal): -5072824 or 4757682. OLE color: 4757682.

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

Color convert

RGB 178 152 72 -
CMYK 0 0.15 0.60 0.30
HSL 45.28º 0.42% 0.49% -
HSV(B) 45.28º 0.6% 0.7% -
XYZ 30.76 32.39 10.76 -
YUV 150.65 83.61 147.5 -
System Red Green Blue C M Y K H S L
Decimal 178 152 72 0 0.15 0.60 0.30 45.28 0.42 0.49
Hex B2 98 48 0 F 3C 1E 2D 2A 31
Octal 262 230 110 0 17 74 36 55 52 61
Binary 10110010 10011000 1001000 0 1111 111100 11110 101101 101010 110001

Color Harmonies of #B29848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29848

Black with #B29848

Text Example


Text Example

White with #B29848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29848; }

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

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

background-color css

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

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

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

border-color css

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

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

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