#BDA051

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

Shades of Sundance #BDA051

Tints of Sundance #BDA051

Color information

#BDA051 (or 0xBDA051) is unknown color: approx Sundance. HEX triplet: BD, A0 and 51. RGB value is (189,160,81). Sum of RGB (Red+Green+Blue) = 189+160+81=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA051 is #425FAE. Grayscale: #A0A0A0. Windows color (decimal): -4349871 or 5349565. OLE color: 5349565.

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

Color convert

RGB18916081-
CMYK00.150.570.26
HSL43.89º45%52.94%-
HSV(B)43.89º57.14%74.12%-
XYZ35.0436.5512.99-
YUV159.6683.61148.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 81 (32.03% from 255) = 18.84%
R=43.95%
G=37.21%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891608100.150.570.2643.894552.94
HexBDA0510F391A2c2d35
Octal2752401210177132545565
Binary101111011010000010100010111111100111010101100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA051; }

 p { color: rgb(189,160,81); }

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

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

 a { background-color: rgb(189,160,81); }

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

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

 span { border-color: rgb(189,160,81); }

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