#BDA152

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

Shades of Sundance #BDA152

Tints of Sundance #BDA152

Color information

#BDA152 (or 0xBDA152) is unknown color: approx Sundance. HEX triplet: BD, A1 and 52. RGB value is (189,161,82). Sum of RGB (Red+Green+Blue) = 189+161+82=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA152 is #425EAD. Grayscale: #A0A0A0. Windows color (decimal): -4349614 or 5415357. OLE color: 5415357.

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

Color convert

RGB18916182-
CMYK00.150.570.26
HSL44.3º44.77%53.14%-
HSV(B)44.3º56.61%74.12%-
XYZ35.2536.9213.25-
YUV160.3783.78148.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 161 (63.28% from 255) = 37.27%
BLUE value IS 82 (32.42% from 255) = 18.98%
R=43.75%
G=37.27%
B=18.98%

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
Decimal1891618200.150.570.2644.344.7753.14
HexBDA1520F391A2c2d35
Octal2752411220177132545565
Binary101111011010000110100100111111100111010101100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA152; }

 p { color: rgb(189,161,82); }

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

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

 a { background-color: rgb(189,161,82); }

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

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

 span { border-color: rgb(189,161,82); }

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