#BCAB55

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

Shades of Sundance #BCAB55

Tints of Sundance #BCAB55

Color information

#BCAB55 (or 0xBCAB55) is unknown color: approx Sundance. HEX triplet: BC, AB and 55. RGB value is (188,171,85). Sum of RGB (Red+Green+Blue) = 188+171+85=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB55 is #4354AA. Grayscale: #A6A6A6. Windows color (decimal): -4412587 or 5614524. OLE color: 5614524.

HSL color Cylindrical-coordinate representation of color #BCAB55: hue angle of 50.1º degrees, saturation: 0.43, 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 #BCAB55 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB18817185-
CMYK00.090.550.26
HSL50.1º43.46%53.53%-
HSV(B)50.1º54.79%73.73%-
XYZ36.9440.4714.46-
YUV166.2882.13143.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 85 (33.59% from 255) = 19.14%
R=42.34%
G=38.51%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881718500.090.550.2650.143.4653.53
HexBCAB5509371A322b36
Octal2742531250116732625366
Binary101111001010101110101010100111011111010110010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB55; }

 p { color: rgb(188,171,85); }

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

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

 a { background-color: rgb(188,171,85); }

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

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

 span { border-color: rgb(188,171,85); }

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