#BDA055

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

Shades of Sundance #BDA055

Tints of Sundance #BDA055

Color information

#BDA055 (or 0xBDA055) is unknown color: approx Sundance. HEX triplet: BD, A0 and 55. RGB value is (189,160,85). Sum of RGB (Red+Green+Blue) = 189+160+85=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA055 is #425FAA. Grayscale: #A0A0A0. Windows color (decimal): -4349867 or 5611709. OLE color: 5611709.

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

Color convert

RGB18916085-
CMYK00.150.550.26
HSL43.27º44.07%53.73%-
HSV(B)43.27º55.03%74.12%-
XYZ35.236.6213.81-
YUV160.1285.61148.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 160 (62.89% from 255) = 36.87%
BLUE value IS 85 (33.59% from 255) = 19.59%
R=43.55%
G=36.87%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891608500.150.550.2643.2744.0753.73
HexBDA0550F371A2b2c36
Octal2752401250176732535466
Binary101111011010000010101010111111011111010101011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA055; }

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

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

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

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

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

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

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

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