#BDA554

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

Shades of Sundance #BDA554

Tints of Sundance #BDA554

Color information

#BDA554 (or 0xBDA554) is unknown color: approx Sundance. HEX triplet: BD, A5 and 54. RGB value is (189,165,84). Sum of RGB (Red+Green+Blue) = 189+165+84=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA554 is #425AAB. Grayscale: #A3A3A3. Windows color (decimal): -4348588 or 5547453. OLE color: 5547453.

HSL color Cylindrical-coordinate representation of color #BDA554: hue angle of 46.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDA554 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB18916584-
CMYK00.130.560.26
HSL46.29º44.3%53.53%-
HSV(B)46.29º55.56%74.12%-
XYZ36.0438.3713.89-
YUV162.9483.45146.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 165 (64.84% from 255) = 37.67%
BLUE value IS 84 (33.20% from 255) = 19.18%
R=43.15%
G=37.67%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891658400.130.560.2646.2944.353.53
HexBDA5540D381A2e2c36
Octal2752451240157032565466
Binary101111011010010110101000110111100011010101110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA554; }

 p { color: rgb(189,165,84); }

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

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

 a { background-color: rgb(189,165,84); }

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

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

 span { border-color: rgb(189,165,84); }

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