#B9AA4E

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

Shades of Sundance #B9AA4E

Tints of Sundance #B9AA4E

Color information

#B9AA4E (or 0xB9AA4E) is unknown color: approx Sundance. HEX triplet: B9, AA and 4E. RGB value is (185,170,78). Sum of RGB (Red+Green+Blue) = 185+170+78=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA4E is #4655B1. Grayscale: #A4A4A4. Windows color (decimal): -4609458 or 5155513. OLE color: 5155513.

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

Color convert

RGB18517078-
CMYK00.080.580.27
HSL51.59º43.32%51.57%-
HSV(B)51.59º57.84%72.55%-
XYZ35.7639.6112.97-
YUV16479.47142.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 78 (30.86% from 255) = 18.01%
R=42.73%
G=39.26%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851707800.080.580.2751.5943.3251.57
HexB9AA4E083A1B342b34
Octal2712521160107233645364
Binary101110011010101010011100100011101011011110100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA4E; }

 p { color: rgb(185,170,78); }

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

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

 a { background-color: rgb(185,170,78); }

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

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

 span { border-color: rgb(185,170,78); }

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