#BDA84F

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

Shades of Sundance #BDA84F

Tints of Sundance #BDA84F

Color information

#BDA84F (or 0xBDA84F) is unknown color: approx Sundance. HEX triplet: BD, A8 and 4F. RGB value is (189,168,79). Sum of RGB (Red+Green+Blue) = 189+168+79=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA84F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA84F is #4257B0. Grayscale: #A4A4A4. Windows color (decimal): -4347825 or 5220541. OLE color: 5220541.

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

Color convert

RGB18916879-
CMYK00.110.580.26
HSL48.55º45.45%52.55%-
HSV(B)48.55º58.2%74.12%-
XYZ36.439.3913.08-
YUV164.1379.96145.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 168 (66.02% from 255) = 38.53%
BLUE value IS 79 (31.25% from 255) = 18.12%
R=43.35%
G=38.53%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891687900.110.580.2648.5545.4552.55
HexBDA84F0B3A1A312d35
Octal2752501170137232615565
Binary101111011010100010011110101111101011010110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA84F; }

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

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

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

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

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

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

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

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