#B9A654

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

Shades of Sundance #B9A654

Tints of Sundance #B9A654

Color information

#B9A654 (or 0xB9A654) is unknown color: approx Sundance. HEX triplet: B9, A6 and 54. RGB value is (185,166,84). Sum of RGB (Red+Green+Blue) = 185+166+84=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A654 is #4659AB. Grayscale: #A2A2A2. Windows color (decimal): -4610476 or 5547705. OLE color: 5547705.

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

Color convert

RGB18516684-
CMYK00.100.550.27
HSL48.71º41.91%52.75%-
HSV(B)48.71º54.59%72.55%-
XYZ35.2438.2313.91-
YUV162.3383.79144.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.53%
GREEN value IS 166 (65.23% from 255) = 38.16%
BLUE value IS 84 (33.20% from 255) = 19.31%
R=42.53%
G=38.16%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851668400.100.550.2748.7141.9152.75
HexB9A6540A371B312a35
Octal2712461240126733615265
Binary101110011010011010101000101011011111011110001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A654; }

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

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

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

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

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

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

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

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