Html Css Color HEX #B49A46 Husk

📋 copy color: '#B49A46'

red 180 ◦ green 154 ◦ blue 70

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

Shades of Husk #B49A46

Tints of Husk #B49A46

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.12%

 BLUE value IS 70 (27.73% from 255) = 17.33%

R = 44.55%
G = 38.12%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B49A46 (or 0xB49A46) is known color: Husk. HEX triplet: B4, 9A and 46. RGB value is (180,154,70). Sum of RGB (Red+Green+Blue) = 180+154+70=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A46 is #4B65B9. Grayscale: #989898. Windows color (decimal): -4941242 or 4627124. OLE color: 4627124.

HSL color Cylindrical-coordinate representation of color #B49A46: hue angle of 45.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B49A46 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 154 70 -
CMYK 0 0.14 0.61 0.29
HSL 45.82º 0.44% 0.49% -
HSV(B) 45.82º 0.61% 0.71% -
XYZ 31.48 33.26 10.55 -
YUV 152.2 81.61 147.83 -
System Red Green Blue C M Y K H S L
Decimal 180 154 70 0 0.14 0.61 0.29 45.82 0.44 0.49
Hex B4 9A 46 0 E 3D 1D 2E 2C 31
Octal 264 232 106 0 16 75 35 56 54 61
Binary 10110100 10011010 1000110 0 1110 111101 11101 101110 101100 110001

Color Harmonies of #B49A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49A46

Black with #B49A46

Text Example


Text Example

White with #B49A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49A46; }

 p { color: rgb(180,154,70); }

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

background-color css

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

 a { background-color: rgb(180,154,70); }

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

border-color css

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

 span { border-color: rgb(180,154,70); }

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