#BC996F

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

Shades of Fallow #BC996F

Tints of Fallow #BC996F

Color information

#BC996F (or 0xBC996F) is unknown color: approx Fallow. HEX triplet: BC, 99 and 6F. RGB value is (188,153,111). Sum of RGB (Red+Green+Blue) = 188+153+111=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC996F is #436690. Grayscale: #9E9E9E. Windows color (decimal): -4417169 or 7313852. OLE color: 7313852.

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

Color convert

RGB188153111-
CMYK00.190.410.26
HSL32.73º36.49%58.63%-
HSV(B)32.73º40.96%73.73%-
XYZ3534.6219.88-
YUV158.68101.1148.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 111 (43.75% from 255) = 24.56%
R=41.59%
G=33.85%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815311100.190.410.2632.7336.4958.63
HexBC996F013291A21243b
Octal2742311570235132414473
Binary1011110010011001110111101001110100111010100001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC996F; }

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

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

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

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

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

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

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

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