#B4A453

Color #B4A453 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #B4A453

Tints of Husk #B4A453

Color information

#B4A453 (or 0xB4A453) is unknown color: approx Husk. HEX triplet: B4, A4 and 53. RGB value is (180,164,83). Sum of RGB (Red+Green+Blue) = 180+164+83=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 83 (32.81% from 255 or 19.44% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A453 is #4B5BAC. Grayscale: #9F9F9F. Windows color (decimal): -4938669 or 5481652. OLE color: 5481652.

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

Color convert

RGB18016483-
CMYK00.090.540.29
HSL50.1º39.27%51.57%-
HSV(B)50.1º53.89%70.59%-
XYZ33.6636.8813.53-
YUV159.5584.8142.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 164 (64.45% from 255) = 38.41%
BLUE value IS 83 (32.81% from 255) = 19.44%
R=42.15%
G=38.41%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801648300.090.540.2950.139.2751.57
HexB4A45309361D322734
Octal2642441230116635624764
Binary101101001010010010100110100111011011101110010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A453; }

 p { color: rgb(180,164,83); }

 H1.HeaderClassName
 {
   color: #B4A453;
 }
 .AnyTagClassName
 {
   color: #B4A453;
 }
</style>
background-color css

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

 a { background-color: rgb(180,164,83); }

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

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

 span { border-color: rgb(180,164,83); }

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