#BC9F70

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

Shades of Fallow #BC9F70

Tints of Fallow #BC9F70

Color information

#BC9F70 (or 0xBC9F70) is unknown color: approx Fallow. HEX triplet: BC, 9F and 70. RGB value is (188,159,112). Sum of RGB (Red+Green+Blue) = 188+159+112=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F70 is #43608F. Grayscale: #A2A2A2. Windows color (decimal): -4415632 or 7380924. OLE color: 7380924.

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

Color convert

RGB188159112-
CMYK00.150.400.26
HSL37.11º36.19%58.82%-
HSV(B)37.11º40.43%73.73%-
XYZ36.0636.6620.5-
YUV162.3199.61146.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 159 (62.5% from 255) = 34.64%
BLUE value IS 112 (44.14% from 255) = 24.40%
R=40.96%
G=34.64%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815911200.150.400.2637.1136.1958.82
HexBC9F700F281A25243b
Octal2742371600175032454473
Binary101111001001111111100000111110100011010100101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9F70; }

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

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

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

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

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

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

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

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