Html Css Color HEX #B9A053 Husk

📋 copy color: '#B9A053'

red 185 ◦ green 160 ◦ blue 83

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

Shades of Husk #B9A053

Tints of Husk #B9A053

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.38%

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

R = 43.22%
G = 37.38%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B9A053 (or 0xB9A053) is known color: Husk. HEX triplet: B9, A0 and 53. RGB value is (185,160,83). Sum of RGB (Red+Green+Blue) = 185+160+83=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 83 (32.81% from 255 or 19.39% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A053 is #465FAC. Grayscale: #9F9F9F. Windows color (decimal): -4612013 or 5480633. OLE color: 5480633.

HSL color Cylindrical-coordinate representation of color #B9A053: hue angle of 45.29º 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 #B9A053 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 160 83 -
CMYK 0 0.14 0.55 0.27
HSL 45.29º 0.42% 0.53% -
HSV(B) 45.29º 0.55% 0.73% -
XYZ 34.14 36.08 13.35 -
YUV 158.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 185 160 83 0 0.14 0.55 0.27 45.29 0.42 0.53
Hex B9 A0 53 0 E 37 1B 2D 2A 35
Octal 271 240 123 0 16 67 33 55 52 65
Binary 10111001 10100000 1010011 0 1110 110111 11011 101101 101010 110101

Color Harmonies of #B9A053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A053

Black with #B9A053

Text Example


Text Example

White with #B9A053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A053; }

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

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

background-color css

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

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

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

border-color css

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

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

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