#bc9968

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

Shades of Fallow #BC9968

Tints of Fallow #BC9968

Color information

#BC9968 (or 0xBC9968) is unknown color: approx Fallow. HEX triplet: BC, 99 and 68. RGB value is (188,153,104). Sum of RGB (Red+Green+Blue) = 188+153+104=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9968 is #436697. Grayscale: #9E9E9E. Windows color (decimal): -4417176 or 6855100. OLE color: 6855100.

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

Color convert

RGB188153104-
CMYK00.190.450.26
HSL35º38.53%57.25%-
HSV(B)35º44.68%73.73%-
XYZ34.6334.4717.93-
YUV157.8897.6149.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 104 (41.02% from 255) = 23.37%
R=42.25%
G=34.38%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815310400.190.450.263538.5357.25
HexBC99680132D1A232739
Octal2742311500235532434771
Binary1011110010011001110100001001110110111010100011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc9968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc9968; }

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

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

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

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

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

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

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

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