#BC9E73

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

Shades of Fallow #BC9E73

Tints of Fallow #BC9E73

Color information

#BC9E73 (or 0xBC9E73) is unknown color: approx Fallow. HEX triplet: BC, 9E and 73. RGB value is (188,158,115). Sum of RGB (Red+Green+Blue) = 188+158+115=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E73 is #43618C. Grayscale: #A2A2A2. Windows color (decimal): -4415885 or 7577276. OLE color: 7577276.

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

Color convert

RGB188158115-
CMYK00.160.390.26
HSL35.34º35.27%59.41%-
HSV(B)35.34º38.83%73.73%-
XYZ36.0636.3821.34-
YUV162.07101.44146.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 115 (45.31% from 255) = 24.95%
R=40.78%
G=34.27%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815811500.160.390.2635.3435.2759.41
HexBC9E73010271A23233b
Octal2742361630204732434373
Binary1011110010011110111001101000010011111010100011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9E73; }

 p { color: rgb(188,158,115); }

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

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

 a { background-color: rgb(188,158,115); }

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

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

 span { border-color: rgb(188,158,115); }

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