#B2A454

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

Shades of Husk #B2A454

Tints of Husk #B2A454

Color information

#B2A454 (or 0xB2A454) is unknown color: approx Husk. HEX triplet: B2, A4 and 54. RGB value is (178,164,84). Sum of RGB (Red+Green+Blue) = 178+164+84=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A454 is #4D5BAB. Grayscale: #9F9F9F. Windows color (decimal): -5069740 or 5547186. OLE color: 5547186.

HSL color Cylindrical-coordinate representation of color #B2A454: hue angle of 51.06º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2A454 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB17816484-
CMYK00.080.530.30
HSL51.06º37.9%51.37%-
HSV(B)51.06º52.81%69.8%-
XYZ33.2436.6613.71-
YUV159.0785.64141.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 164 (64.45% from 255) = 38.50%
BLUE value IS 84 (33.20% from 255) = 19.72%
R=41.78%
G=38.50%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781648400.080.530.3051.0637.951.37
HexB2A45408351E332633
Octal2622441240106536634663
Binary101100101010010010101000100011010111110110011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A454; }

 p { color: rgb(178,164,84); }

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

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

 a { background-color: rgb(178,164,84); }

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

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

 span { border-color: rgb(178,164,84); }

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