#BC9F72

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

Shades of Fallow #BC9F72

Tints of Fallow #BC9F72

Color information

#BC9F72 (or 0xBC9F72) is unknown color: approx Fallow. HEX triplet: BC, 9F and 72. RGB value is (188,159,114). Sum of RGB (Red+Green+Blue) = 188+159+114=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F72 is #43608D. Grayscale: #A2A2A2. Windows color (decimal): -4415630 or 7511996. OLE color: 7511996.

HSL color Cylindrical-coordinate representation of color #BC9F72: hue angle of 36.49º degrees, saturation: 0.36, 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 #BC9F72 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB188159114-
CMYK00.150.390.26
HSL36.49º35.58%59.22%-
HSV(B)36.49º39.36%73.73%-
XYZ36.1736.721.1-
YUV162.54100.61146.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 159 (62.5% from 255) = 34.49%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=40.78%
G=34.49%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815911400.150.390.2636.4935.5859.22
HexBC9F720F271A24243b
Octal2742371620174732444473
Binary101111001001111111100100111110011111010100100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9F72; }

 p { color: rgb(188,159,114); }

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

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

 a { background-color: rgb(188,159,114); }

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

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

 span { border-color: rgb(188,159,114); }

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