#BC946F

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

Shades of Fallow #BC946F

Tints of Fallow #BC946F

Color information

#BC946F (or 0xBC946F) is unknown color: approx Fallow. HEX triplet: BC, 94 and 6F. RGB value is (188,148,111). Sum of RGB (Red+Green+Blue) = 188+148+111=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC946F is #436B90. Grayscale: #9B9B9B. Windows color (decimal): -4418449 or 7312572. OLE color: 7312572.

HSL color Cylindrical-coordinate representation of color #BC946F: hue angle of 28.83º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC946F is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB188148111-
CMYK00.210.410.26
HSL28.83º36.49%58.63%-
HSV(B)28.83º40.96%73.73%-
XYZ34.233.0219.61-
YUV155.74102.75151.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 111 (43.75% from 255) = 24.83%
R=42.06%
G=33.11%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814811100.210.410.2628.8336.4958.63
HexBC946F015291A1d243b
Octal2742241570255132354473
Binary101111001001010011011110101011010011101011101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC946F; }

 p { color: rgb(188,148,111); }

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

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

 a { background-color: rgb(188,148,111); }

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

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

 span { border-color: rgb(188,148,111); }

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