#BDA94A

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

Shades of Sundance #BDA94A

Tints of Sundance #BDA94A

Color information

#BDA94A (or 0xBDA94A) is unknown color: approx Sundance. HEX triplet: BD, A9 and 4A. RGB value is (189,169,74). Sum of RGB (Red+Green+Blue) = 189+169+74=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA94A is #4256B5. Grayscale: #A4A4A4. Windows color (decimal): -4347574 or 4893117. OLE color: 4893117.

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

Color convert

RGB18916974-
CMYK00.110.610.26
HSL49.57º46.56%51.57%-
HSV(B)49.57º60.85%74.12%-
XYZ36.4139.6912.22-
YUV164.1577.13145.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 169 (66.41% from 255) = 39.12%
BLUE value IS 74 (29.30% from 255) = 17.13%
R=43.75%
G=39.12%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891697400.110.610.2649.5746.5651.57
HexBDA94A0B3D1A322f34
Octal2752511120137532625764
Binary101111011010100110010100101111110111010110010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA94A; }

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

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

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

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

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

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

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

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