Html Css Color HEX #B49452 Husk

📋 copy color: '#B49452'

red 180 ◦ green 148 ◦ blue 82

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

Shades of Husk #B49452

Tints of Husk #B49452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.1%

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

R = 43.9%
G = 36.1%
B = 20%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B49452 (or 0xB49452) is known color: Husk. HEX triplet: B4, 94 and 52. RGB value is (180,148,82). Sum of RGB (Red+Green+Blue) = 180+148+82=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B49452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49452 is #4B6BAD. Grayscale: #969696. Windows color (decimal): -4942766 or 5412020. OLE color: 5412020.

HSL color Cylindrical-coordinate representation of color #B49452: hue angle of 40.41º 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 #B49452 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 148 82 -
CMYK 0 0.18 0.54 0.29
HSL 40.41º 0.4% 0.51% -
HSV(B) 40.41º 0.54% 0.71% -
XYZ 30.94 31.49 12.43 -
YUV 150.04 89.6 149.37 -
System Red Green Blue C M Y K H S L
Decimal 180 148 82 0 0.18 0.54 0.29 40.41 0.4 0.51
Hex B4 94 52 0 12 36 1D 28 28 33
Octal 264 224 122 0 22 66 35 50 50 63
Binary 10110100 10010100 1010010 0 10010 110110 11101 101000 101000 110011

Color Harmonies of #B49452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49452

Black with #B49452

Text Example


Text Example

White with #B49452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49452; }

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

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

background-color css

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

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

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

border-color css

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

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

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