#BCA053

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

Shades of Sundance #BCA053

Tints of Sundance #BCA053

Color information

#BCA053 (or 0xBCA053) is unknown color: approx Sundance. HEX triplet: BC, A0 and 53. RGB value is (188,160,83). Sum of RGB (Red+Green+Blue) = 188+160+83=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA053 is #435FAC. Grayscale: #9F9F9F. Windows color (decimal): -4415405 or 5480636. OLE color: 5480636.

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

Color convert

RGB18816083-
CMYK00.150.560.26
HSL44º43.93%53.14%-
HSV(B)44º55.85%73.73%-
XYZ34.8736.4613.38-
YUV159.5984.78148.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 160 (62.89% from 255) = 37.12%
BLUE value IS 83 (32.81% from 255) = 19.26%
R=43.62%
G=37.12%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881608300.150.560.264443.9353.14
HexBCA0530F381A2c2c35
Octal2742401230177032545465
Binary101111001010000010100110111111100011010101100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA053; }

 p { color: rgb(188,160,83); }

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

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

 a { background-color: rgb(188,160,83); }

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

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

 span { border-color: rgb(188,160,83); }

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