#BC986A

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

Shades of Fallow #BC986A

Tints of Fallow #BC986A

Color information

#BC986A (or 0xBC986A) is unknown color: approx Fallow. HEX triplet: BC, 98 and 6A. RGB value is (188,152,106). Sum of RGB (Red+Green+Blue) = 188+152+106=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC986A is #436795. Grayscale: #9D9D9D. Windows color (decimal): -4417430 or 6985916. OLE color: 6985916.

HSL color Cylindrical-coordinate representation of color #BC986A: hue angle of 33.66º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC986A is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB188152106-
CMYK00.190.440.26
HSL33.66º37.96%57.65%-
HSV(B)33.66º43.62%73.73%-
XYZ34.5734.1918.41-
YUV157.5298.93149.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 152 (59.77% from 255) = 34.08%
BLUE value IS 106 (41.80% from 255) = 23.77%
R=42.15%
G=34.08%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815210600.190.440.2633.6637.9657.65
HexBC986A0132C1A22263a
Octal2742301520235432424672
Binary1011110010011000110101001001110110011010100010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC986A; }

 p { color: rgb(188,152,106); }

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

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

 a { background-color: rgb(188,152,106); }

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

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

 span { border-color: rgb(188,152,106); }

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