#BC9965

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

Shades of Fallow #BC9965

Tints of Fallow #BC9965

Color information

#BC9965 (or 0xBC9965) is unknown color: approx Fallow. HEX triplet: BC, 99 and 65. RGB value is (188,153,101). Sum of RGB (Red+Green+Blue) = 188+153+101=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9965 is #43669A. Grayscale: #9D9D9D. Windows color (decimal): -4417179 or 6658492. OLE color: 6658492.

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

Color convert

RGB188153101-
CMYK00.190.460.26
HSL35.86º39.37%56.67%-
HSV(B)35.86º46.28%73.73%-
XYZ34.4834.4117.14-
YUV157.5496.1149.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 153 (60.16% from 255) = 34.62%
BLUE value IS 101 (39.84% from 255) = 22.85%
R=42.53%
G=34.62%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815310100.190.460.2635.8639.3756.67
HexBC99650132E1A242739
Octal2742311450235632444771
Binary1011110010011001110010101001110111011010100100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9965; }

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

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

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

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

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

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

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

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