#B9A854

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

Shades of Sundance #B9A854

Tints of Sundance #B9A854

Color information

#B9A854 (or 0xB9A854) is unknown color: approx Sundance. HEX triplet: B9, A8 and 54. RGB value is (185,168,84). Sum of RGB (Red+Green+Blue) = 185+168+84=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A854 is #4657AB. Grayscale: #A3A3A3. Windows color (decimal): -4609964 or 5548217. OLE color: 5548217.

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

Color convert

RGB18516884-
CMYK00.090.550.27
HSL49.9º41.91%52.75%-
HSV(B)49.9º54.59%72.55%-
XYZ35.6138.9614.03-
YUV163.5183.13143.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 168 (66.02% from 255) = 38.44%
BLUE value IS 84 (33.20% from 255) = 19.22%
R=42.33%
G=38.44%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851688400.090.550.2749.941.9152.75
HexB9A85409371B322a35
Octal2712501240116733625265
Binary101110011010100010101000100111011111011110010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A854; }

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

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

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

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

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

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

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

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