#BDA74F

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

Shades of Sundance #BDA74F

Tints of Sundance #BDA74F

Color information

#BDA74F (or 0xBDA74F) is unknown color: approx Sundance. HEX triplet: BD, A7 and 4F. RGB value is (189,167,79). Sum of RGB (Red+Green+Blue) = 189+167+79=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA74F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA74F is #4258B0. Grayscale: #A3A3A3. Windows color (decimal): -4348081 or 5220285. OLE color: 5220285.

HSL color Cylindrical-coordinate representation of color #BDA74F: hue angle of 48º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDA74F is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18916779-
CMYK00.120.580.26
HSL48º45.45%52.55%-
HSV(B)48º58.2%74.12%-
XYZ36.2239.0213.02-
YUV163.5580.29146.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 167 (65.62% from 255) = 38.39%
BLUE value IS 79 (31.25% from 255) = 18.16%
R=43.45%
G=38.39%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891677900.120.580.264845.4552.55
HexBDA74F0C3A1A302d35
Octal2752471170147232605565
Binary101111011010011110011110110011101011010110000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA74F; }

 p { color: rgb(189,167,79); }

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

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

 a { background-color: rgb(189,167,79); }

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

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

 span { border-color: rgb(189,167,79); }

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