#BC996C

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

Shades of Fallow #BC996C

Tints of Fallow #BC996C

Color information

#BC996C (or 0xBC996C) is unknown color: approx Fallow. HEX triplet: BC, 99 and 6C. RGB value is (188,153,108). Sum of RGB (Red+Green+Blue) = 188+153+108=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC996C is #436693. Grayscale: #9E9E9E. Windows color (decimal): -4417172 or 7117244. OLE color: 7117244.

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

Color convert

RGB188153108-
CMYK00.190.430.26
HSL33.75º37.38%58.04%-
HSV(B)33.75º42.55%73.73%-
XYZ34.8434.5619.02-
YUV158.3499.6149.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 153 (60.16% from 255) = 34.08%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=41.87%
G=34.08%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815310800.190.430.2633.7537.3858.04
HexBC996C0132B1A22253a
Octal2742311540235332424572
Binary1011110010011001110110001001110101111010100010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC996C; }

 p { color: rgb(188,153,108); }

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

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

 a { background-color: rgb(188,153,108); }

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

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

 span { border-color: rgb(188,153,108); }

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