#BC9974

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

Shades of Fallow #BC9974

Tints of Fallow #BC9974

Color information

#BC9974 (or 0xBC9974) is unknown color: approx Fallow. HEX triplet: BC, 99 and 74. RGB value is (188,153,116). Sum of RGB (Red+Green+Blue) = 188+153+116=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9974 is #43668B. Grayscale: #9F9F9F. Windows color (decimal): -4417164 or 7641532. OLE color: 7641532.

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

Color convert

RGB188153116-
CMYK00.190.380.26
HSL30.83º34.95%59.61%-
HSV(B)30.83º38.3%73.73%-
XYZ35.2834.7321.37-
YUV159.25103.6148.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 153 (60.16% from 255) = 33.48%
BLUE value IS 116 (45.70% from 255) = 25.38%
R=41.14%
G=33.48%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815311600.190.380.2630.8334.9559.61
HexBC9974013261A1f233c
Octal2742311640234632374374
Binary101111001001100111101000100111001101101011111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9974; }

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

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

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

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

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

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

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

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