#B9A94E

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

Shades of Sundance #B9A94E

Tints of Sundance #B9A94E

Color information

#B9A94E (or 0xB9A94E) is unknown color: approx Sundance. HEX triplet: B9, A9 and 4E. RGB value is (185,169,78). Sum of RGB (Red+Green+Blue) = 185+169+78=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A94E is #4656B1. Grayscale: #A3A3A3. Windows color (decimal): -4609714 or 5155257. OLE color: 5155257.

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

Color convert

RGB18516978-
CMYK00.090.580.27
HSL51.03º43.32%51.57%-
HSV(B)51.03º57.84%72.55%-
XYZ35.5739.2412.91-
YUV163.4179.8143.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 169 (66.41% from 255) = 39.12%
BLUE value IS 78 (30.86% from 255) = 18.06%
R=42.82%
G=39.12%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851697800.090.580.2751.0343.3251.57
HexB9A94E093A1B332b34
Octal2712511160117233635364
Binary101110011010100110011100100111101011011110011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A94E; }

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

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

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

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

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

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

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

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