Html Css Color HEX #B5A048 Husk

📋 copy color: '#B5A048'

red 181 ◦ green 160 ◦ blue 72

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

Shades of Husk #B5A048

Tints of Husk #B5A048

RGB

 RED value IS 181 (71.09% from 255) = 43.83%

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

 BLUE value IS 72 (28.52% from 255) = 17.43%

R = 43.83%
G = 38.74%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B5A048 (or 0xB5A048) is known color: Husk. HEX triplet: B5, A0 and 48. RGB value is (181,160,72). Sum of RGB (Red+Green+Blue) = 181+160+72=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A048 is #4A5FB7. Grayscale: #9C9C9C. Windows color (decimal): -4874168 or 4759733. OLE color: 4759733.

HSL color Cylindrical-coordinate representation of color #B5A048: hue angle of 48.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5A048 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 160 72 -
CMYK 0 0.12 0.60 0.29
HSL 48.44º 0.43% 0.5% -
HSV(B) 48.44º 0.6% 0.71% -
XYZ 32.8 35.43 11.24 -
YUV 156.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 181 160 72 0 0.12 0.60 0.29 48.44 0.43 0.5
Hex B5 A0 48 0 C 3C 1D 30 2B 32
Octal 265 240 110 0 14 74 35 60 53 62
Binary 10110101 10100000 1001000 0 1100 111100 11101 110000 101011 110010

Color Harmonies of #B5A048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A048

Black with #B5A048

Text Example


Text Example

White with #B5A048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A048; }

 p { color: rgb(181,160,72); }

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

background-color css

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

 a { background-color: rgb(181,160,72); }

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

border-color css

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

 span { border-color: rgb(181,160,72); }

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