#B9A554

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

Shades of Sundance #B9A554

Tints of Sundance #B9A554

Color information

#B9A554 (or 0xB9A554) is unknown color: approx Sundance. HEX triplet: B9, A5 and 54. RGB value is (185,165,84). Sum of RGB (Red+Green+Blue) = 185+165+84=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A554 is #465AAB. Grayscale: #A2A2A2. Windows color (decimal): -4610732 or 5547449. OLE color: 5547449.

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

Color convert

RGB18516584-
CMYK00.110.550.27
HSL48.12º41.91%52.75%-
HSV(B)48.12º54.59%72.55%-
XYZ35.0637.8613.85-
YUV161.7584.13144.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 165 (64.84% from 255) = 38.02%
BLUE value IS 84 (33.20% from 255) = 19.35%
R=42.63%
G=38.02%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851658400.110.550.2748.1241.9152.75
HexB9A5540B371B302a35
Octal2712451240136733605265
Binary101110011010010110101000101111011111011110000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A554; }

 p { color: rgb(185,165,84); }

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

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

 a { background-color: rgb(185,165,84); }

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

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

 span { border-color: rgb(185,165,84); }

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