#BDA850

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

Shades of Sundance #BDA850

Tints of Sundance #BDA850

Color information

#BDA850 (or 0xBDA850) is unknown color: approx Sundance. HEX triplet: BD, A8 and 50. RGB value is (189,168,80). Sum of RGB (Red+Green+Blue) = 189+168+80=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA850 is #4257AF. Grayscale: #A4A4A4. Windows color (decimal): -4347824 or 5286077. OLE color: 5286077.

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

Color convert

RGB18916880-
CMYK00.110.580.26
HSL48.44º45.23%52.75%-
HSV(B)48.44º57.67%74.12%-
XYZ36.4439.413.27-
YUV164.2580.46145.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.25%
GREEN value IS 168 (66.02% from 255) = 38.44%
BLUE value IS 80 (31.64% from 255) = 18.31%
R=43.25%
G=38.44%
B=18.31%

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
Decimal1891688000.110.580.2648.4445.2352.75
HexBDA8500B3A1A302d35
Octal2752501200137232605565
Binary101111011010100010100000101111101011010110000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA850; }

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

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

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

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

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

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

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

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