#B9AC4E

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

Shades of Sundance #B9AC4E

Tints of Sundance #B9AC4E

Color information

#B9AC4E (or 0xB9AC4E) is unknown color: approx Sundance. HEX triplet: B9, AC and 4E. RGB value is (185,172,78). Sum of RGB (Red+Green+Blue) = 185+172+78=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC4E is #4653B1. Grayscale: #A5A5A5. Windows color (decimal): -4608946 or 5156025. OLE color: 5156025.

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

Color convert

RGB18517278-
CMYK00.070.580.27
HSL52.71º43.32%51.57%-
HSV(B)52.71º57.84%72.55%-
XYZ36.1440.3713.1-
YUV165.1778.81142.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.53%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 78 (30.86% from 255) = 17.93%
R=42.53%
G=39.54%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851727800.070.580.2752.7143.3251.57
HexB9AC4E073A1B352b34
Octal271254116077233655364
Binary10111001101011001001110011111101011011110101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC4E; }

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

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

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

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

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

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

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

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