Html Css Color HEX #B9A153 Husk

📋 copy color: '#B9A153'

red 185 ◦ green 161 ◦ blue 83

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

Shades of Husk #B9A153

Tints of Husk #B9A153

RGB

 RED value IS 185 (72.66% from 255) = 43.12%

 GREEN value IS 161 (63.28% from 255) = 37.53%

 BLUE value IS 83 (32.81% from 255) = 19.35%

R = 43.12%
G = 37.53%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B9A153 (or 0xB9A153) is known color: Husk. HEX triplet: B9, A1 and 53. RGB value is (185,161,83). Sum of RGB (Red+Green+Blue) = 185+161+83=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A153 is #465EAC. Grayscale: #9F9F9F. Windows color (decimal): -4611757 or 5480889. OLE color: 5480889.

HSL color Cylindrical-coordinate representation of color #B9A153: hue angle of 45.88º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9A153 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 161 83 -
CMYK 0 0.13 0.55 0.27
HSL 45.88º 0.42% 0.53% -
HSV(B) 45.88º 0.55% 0.73% -
XYZ 34.31 36.43 13.41 -
YUV 159.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 185 161 83 0 0.13 0.55 0.27 45.88 0.42 0.53
Hex B9 A1 53 0 D 37 1B 2E 2A 35
Octal 271 241 123 0 15 67 33 56 52 65
Binary 10111001 10100001 1010011 0 1101 110111 11011 101110 101010 110101

Color Harmonies of #B9A153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A153

Black with #B9A153

Text Example


Text Example

White with #B9A153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A153; }

 p { color: rgb(185,161,83); }

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

background-color css

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

 a { background-color: rgb(185,161,83); }

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

border-color css

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

 span { border-color: rgb(185,161,83); }

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