#B9A54D

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

Shades of Sundance #B9A54D

Tints of Sundance #B9A54D

Color information

#B9A54D (or 0xB9A54D) is unknown color: approx Sundance. HEX triplet: B9, A5 and 4D. RGB value is (185,165,77). Sum of RGB (Red+Green+Blue) = 185+165+77=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A54D is #465AB2. Grayscale: #A1A1A1. Windows color (decimal): -4610739 or 5088697. OLE color: 5088697.

HSL color Cylindrical-coordinate representation of color #B9A54D: hue angle of 48.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9A54D is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18516577-
CMYK00.110.580.27
HSL48.89º43.55%51.37%-
HSV(B)48.89º58.38%72.55%-
XYZ34.837.7612.48-
YUV160.9580.63145.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 165 (64.84% from 255) = 38.64%
BLUE value IS 77 (30.47% from 255) = 18.03%
R=43.33%
G=38.64%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851657700.110.580.2748.8943.5551.37
HexB9A54D0B3A1B312c33
Octal2712451150137233615463
Binary101110011010010110011010101111101011011110001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A54D; }

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

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

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

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

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

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

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

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