#BDA94C

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

Shades of Sundance #BDA94C

Tints of Sundance #BDA94C

Color information

#BDA94C (or 0xBDA94C) is unknown color: approx Sundance. HEX triplet: BD, A9 and 4C. RGB value is (189,169,76). Sum of RGB (Red+Green+Blue) = 189+169+76=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA94C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA94C is #4256B3. Grayscale: #A4A4A4. Windows color (decimal): -4347572 or 5024189. OLE color: 5024189.

HSL color Cylindrical-coordinate representation of color #BDA94C: hue angle of 49.38º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDA94C is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18916976-
CMYK00.110.600.26
HSL49.38º46.12%51.96%-
HSV(B)49.38º59.79%74.12%-
XYZ36.4839.7212.58-
YUV164.3878.13145.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 169 (66.41% from 255) = 38.94%
BLUE value IS 76 (30.08% from 255) = 17.51%
R=43.55%
G=38.94%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891697600.110.600.2649.3846.1251.96
HexBDA94C0B3C1A312e34
Octal2752511140137432615664
Binary101111011010100110011000101111110011010110001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA94C; }

 p { color: rgb(189,169,76); }

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

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

 a { background-color: rgb(189,169,76); }

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

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

 span { border-color: rgb(189,169,76); }

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