Html Css Color HEX #B49552 Husk

📋 copy color: '#B49552'

red 180 ◦ green 149 ◦ blue 82

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

Shades of Husk #B49552

Tints of Husk #B49552

RGB

 RED value IS 180 (70.7% from 255) = 43.8%

 GREEN value IS 149 (58.59% from 255) = 36.25%

 BLUE value IS 82 (32.42% from 255) = 19.95%

R = 43.8%
G = 36.25%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B49552 (or 0xB49552) is known color: Husk. HEX triplet: B4, 95 and 52. RGB value is (180,149,82). Sum of RGB (Red+Green+Blue) = 180+149+82=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B49552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49552 is #4B6AAD. Grayscale: #969696. Windows color (decimal): -4942510 or 5412276. OLE color: 5412276.

HSL color Cylindrical-coordinate representation of color #B49552: hue angle of 41.02º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B49552 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 149 82 -
CMYK 0 0.17 0.54 0.29
HSL 41.02º 0.4% 0.51% -
HSV(B) 41.02º 0.54% 0.71% -
XYZ 31.09 31.81 12.48 -
YUV 150.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 180 149 82 0 0.17 0.54 0.29 41.02 0.4 0.51
Hex B4 95 52 0 11 36 1D 29 28 33
Octal 264 225 122 0 21 66 35 51 50 63
Binary 10110100 10010101 1010010 0 10001 110110 11101 101001 101000 110011

Color Harmonies of #B49552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49552

Black with #B49552

Text Example


Text Example

White with #B49552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49552; }

 p { color: rgb(180,149,82); }

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

background-color css

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

 a { background-color: rgb(180,149,82); }

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

border-color css

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

 span { border-color: rgb(180,149,82); }

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