#BC9A71

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

Shades of Fallow #BC9A71

Tints of Fallow #BC9A71

Color information

#BC9A71 (or 0xBC9A71) is unknown color: approx Fallow. HEX triplet: BC, 9A and 71. RGB value is (188,154,113). Sum of RGB (Red+Green+Blue) = 188+154+113=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A71 is #43658E. Grayscale: #9F9F9F. Windows color (decimal): -4416911 or 7445180. OLE color: 7445180.

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

Color convert

RGB188154113-
CMYK00.180.400.26
HSL32.8º35.89%59.02%-
HSV(B)32.8º39.89%73.73%-
XYZ35.2834.9920.52-
YUV159.49101.76148.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 113 (44.53% from 255) = 24.84%
R=41.32%
G=33.85%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815411300.180.400.2632.835.8959.02
HexBC9A71012281A21243b
Octal2742321610225032414473
Binary1011110010011010111000101001010100011010100001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9A71; }

 p { color: rgb(188,154,113); }

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

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

 a { background-color: rgb(188,154,113); }

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

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

 span { border-color: rgb(188,154,113); }

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