#BDAD4E

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

Shades of Sundance #BDAD4E

Tints of Sundance #BDAD4E

Color information

#BDAD4E (or 0xBDAD4E) is unknown color: approx Sundance. HEX triplet: BD, AD and 4E. RGB value is (189,173,78). Sum of RGB (Red+Green+Blue) = 189+173+78=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD4E is #4252B1. Grayscale: #A7A7A7. Windows color (decimal): -4346546 or 5156285. OLE color: 5156285.

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

Color convert

RGB18917378-
CMYK00.080.590.26
HSL51.35º45.68%52.35%-
HSV(B)51.35º58.73%74.12%-
XYZ37.341.2613.2-
YUV166.9577.8143.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.95%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 78 (30.86% from 255) = 17.73%
R=42.95%
G=39.32%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891737800.080.590.2651.3545.6852.35
HexBDAD4E083B1A332e34
Octal2752551160107332635664
Binary101111011010110110011100100011101111010110011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD4E; }

 p { color: rgb(189,173,78); }

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

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

 a { background-color: rgb(189,173,78); }

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

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

 span { border-color: rgb(189,173,78); }

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