#BCA856

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

Shades of Sundance #BCA856

Tints of Sundance #BCA856

Color information

#BCA856 (or 0xBCA856) is unknown color: approx Sundance. HEX triplet: BC, A8 and 56. RGB value is (188,168,86). Sum of RGB (Red+Green+Blue) = 188+168+86=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA856 is #4357A9. Grayscale: #A4A4A4. Windows color (decimal): -4413354 or 5679292. OLE color: 5679292.

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

Color convert

RGB18816886-
CMYK00.110.540.26
HSL48.24º43.22%53.73%-
HSV(B)48.24º54.26%73.73%-
XYZ36.4239.3714.48-
YUV164.6383.63144.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 168 (66.02% from 255) = 38.01%
BLUE value IS 86 (33.98% from 255) = 19.46%
R=42.53%
G=38.01%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881688600.110.540.2648.2443.2253.73
HexBCA8560B361A302b36
Octal2742501260136632605366
Binary101111001010100010101100101111011011010110000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA856; }

 p { color: rgb(188,168,86); }

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

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

 a { background-color: rgb(188,168,86); }

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

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

 span { border-color: rgb(188,168,86); }

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