#B4A450

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

Shades of Husk #B4A450

Tints of Husk #B4A450

Color information

#B4A450 (or 0xB4A450) is unknown color: approx Husk. HEX triplet: B4, A4 and 50. RGB value is (180,164,80). Sum of RGB (Red+Green+Blue) = 180+164+80=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A450 is #4B5BAF. Grayscale: #9F9F9F. Windows color (decimal): -4938672 or 5285044. OLE color: 5285044.

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

Color convert

RGB18016480-
CMYK00.090.560.29
HSL50.4º40%50.98%-
HSV(B)50.4º55.56%70.59%-
XYZ33.5536.8312.93-
YUV159.2183.3142.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 164 (64.45% from 255) = 38.68%
BLUE value IS 80 (31.64% from 255) = 18.87%
R=42.45%
G=38.68%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801648000.090.560.2950.44050.98
HexB4A45009381D322833
Octal2642441200117035625063
Binary101101001010010010100000100111100011101110010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A450; }

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

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

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

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

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

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

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

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