#BC9E70

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

Shades of Fallow #BC9E70

Tints of Fallow #BC9E70

Color information

#BC9E70 (or 0xBC9E70) is unknown color: approx Fallow. HEX triplet: BC, 9E and 70. RGB value is (188,158,112). Sum of RGB (Red+Green+Blue) = 188+158+112=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E70 is #43618F. Grayscale: #A1A1A1. Windows color (decimal): -4415888 or 7380668. OLE color: 7380668.

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

Color convert

RGB188158112-
CMYK00.160.400.26
HSL36.32º36.19%58.82%-
HSV(B)36.32º40.43%73.73%-
XYZ35.8936.3120.45-
YUV161.7399.94146.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 158 (62.11% from 255) = 34.50%
BLUE value IS 112 (44.14% from 255) = 24.45%
R=41.05%
G=34.50%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815811200.160.400.2636.3236.1958.82
HexBC9E70010281A24243b
Octal2742361600205032444473
Binary1011110010011110111000001000010100011010100100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9E70; }

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

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

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

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

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

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

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

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