#BCA550

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

Shades of Sundance #BCA550

Tints of Sundance #BCA550

Color information

#BCA550 (or 0xBCA550) is unknown color: approx Sundance. HEX triplet: BC, A5 and 50. RGB value is (188,165,80). Sum of RGB (Red+Green+Blue) = 188+165+80=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA550 is #435AAF. Grayscale: #A2A2A2. Windows color (decimal): -4414128 or 5285308. OLE color: 5285308.

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

Color convert

RGB18816580-
CMYK00.120.570.26
HSL47.22º44.63%52.55%-
HSV(B)47.22º57.45%73.73%-
XYZ35.6438.1813.08-
YUV162.1981.62146.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 165 (64.84% from 255) = 38.11%
BLUE value IS 80 (31.64% from 255) = 18.48%
R=43.42%
G=38.11%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881658000.120.570.2647.2244.6352.55
HexBCA5500C391A2f2d35
Octal2742451200147132575565
Binary101111001010010110100000110011100111010101111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA550; }

 p { color: rgb(188,165,80); }

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

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

 a { background-color: rgb(188,165,80); }

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

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

 span { border-color: rgb(188,165,80); }

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