#BCA554

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

Shades of Sundance #BCA554

Tints of Sundance #BCA554

Color information

#BCA554 (or 0xBCA554) is unknown color: approx Sundance. HEX triplet: BC, A5 and 54. RGB value is (188,165,84). Sum of RGB (Red+Green+Blue) = 188+165+84=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA554 is #435AAB. Grayscale: #A2A2A2. Windows color (decimal): -4414124 or 5547452. OLE color: 5547452.

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

Color convert

RGB18816584-
CMYK00.120.550.26
HSL46.73º43.7%53.33%-
HSV(B)46.73º55.32%73.73%-
XYZ35.7938.2413.88-
YUV162.6483.62146.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 165 (64.84% from 255) = 37.76%
BLUE value IS 84 (33.20% from 255) = 19.22%
R=43.02%
G=37.76%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881658400.120.550.2646.7343.753.33
HexBCA5540C371A2f2c35
Octal2742451240146732575465
Binary101111001010010110101000110011011111010101111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA554; }

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

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

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

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

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

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

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

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