#BDAD54

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

Shades of Sundance #BDAD54

Tints of Sundance #BDAD54

Color information

#BDAD54 (or 0xBDAD54) is unknown color: approx Sundance. HEX triplet: BD, AD and 54. RGB value is (189,173,84). Sum of RGB (Red+Green+Blue) = 189+173+84=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD54 is #4252AB. Grayscale: #A8A8A8. Windows color (decimal): -4346540 or 5549501. OLE color: 5549501.

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

Color convert

RGB18917384-
CMYK00.080.560.26
HSL50.86º44.3%53.53%-
HSV(B)50.86º55.56%74.12%-
XYZ37.5341.3514.39-
YUV167.6480.8143.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 173 (67.97% from 255) = 38.79%
BLUE value IS 84 (33.20% from 255) = 18.83%
R=42.38%
G=38.79%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891738400.080.560.2650.8644.353.53
HexBDAD5408381A332c36
Octal2752551240107032635466
Binary101111011010110110101000100011100011010110011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD54; }

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

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

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

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

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

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

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

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