#bc9970

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

Shades of Fallow #BC9970

Tints of Fallow #BC9970

Color information

#BC9970 (or 0xBC9970) is unknown color: approx Fallow. HEX triplet: BC, 99 and 70. RGB value is (188,153,112). Sum of RGB (Red+Green+Blue) = 188+153+112=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9970 is #43668F. Grayscale: #9E9E9E. Windows color (decimal): -4417168 or 7379388. OLE color: 7379388.

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

Color convert

RGB188153112-
CMYK00.190.400.26
HSL32.37º36.19%58.82%-
HSV(B)32.37º40.43%73.73%-
XYZ35.0534.6420.17-
YUV158.79101.6148.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 112 (44.14% from 255) = 24.72%
R=41.50%
G=33.77%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815311200.190.400.2632.3736.1958.82
HexBC9970013281A20243b
Octal2742311600235032404473
Binary1011110010011001111000001001110100011010100000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc9970; }

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

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

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

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

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

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

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

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