#B9A450

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

Shades of Sundance #B9A450

Tints of Sundance #B9A450

Color information

#B9A450 (or 0xB9A450) is unknown color: approx Sundance. HEX triplet: B9, A4 and 50. RGB value is (185,164,80). Sum of RGB (Red+Green+Blue) = 185+164+80=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A450 is #465BAF. Grayscale: #A1A1A1. Windows color (decimal): -4610992 or 5285049. OLE color: 5285049.

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

Color convert

RGB18516480-
CMYK00.110.570.27
HSL48º42.86%51.96%-
HSV(B)48º56.76%72.55%-
XYZ34.7337.4412.99-
YUV160.782.46145.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 164 (64.45% from 255) = 38.23%
BLUE value IS 80 (31.64% from 255) = 18.65%
R=43.12%
G=38.23%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851648000.110.570.274842.8651.96
HexB9A4500B391B302b34
Octal2712441200137133605364
Binary101110011010010010100000101111100111011110000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A450; }

 p { color: rgb(185,164,80); }

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

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

 a { background-color: rgb(185,164,80); }

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

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

 span { border-color: rgb(185,164,80); }

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