Html Css Color HEX #B49A55 Husk

📋 copy color: '#B49A55'

red 180 ◦ green 154 ◦ blue 85

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

Shades of Husk #B49A55

Tints of Husk #B49A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.29%

R = 42.96%
G = 36.75%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B49A55 (or 0xB49A55) is known color: Husk. HEX triplet: B4, 9A and 55. RGB value is (180,154,85). Sum of RGB (Red+Green+Blue) = 180+154+85=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49A55 is #4B65AA. Grayscale: #9A9A9A. Windows color (decimal): -4941227 or 5610164. OLE color: 5610164.

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

Color convert

RGB 180 154 85 -
CMYK 0 0.14 0.53 0.29
HSL 43.58º 0.39% 0.52% -
HSV(B) 43.58º 0.53% 0.71% -
XYZ 32.02 33.47 13.37 -
YUV 153.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 180 154 85 0 0.14 0.53 0.29 43.58 0.39 0.52
Hex B4 9A 55 0 E 35 1D 2C 27 34
Octal 264 232 125 0 16 65 35 54 47 64
Binary 10110100 10011010 1010101 0 1110 110101 11101 101100 100111 110100

Color Harmonies of #B49A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49A55

Black with #B49A55

Text Example


Text Example

White with #B49A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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