#BC926C

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

Shades of Fallow #BC926C

Tints of Fallow #BC926C

Color information

#BC926C (or 0xBC926C) is unknown color: approx Fallow. HEX triplet: BC, 92 and 6C. RGB value is (188,146,108). Sum of RGB (Red+Green+Blue) = 188+146+108=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC926C is #436D93. Grayscale: #9A9A9A. Windows color (decimal): -4418964 or 7115452. OLE color: 7115452.

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

Color convert

RGB188146108-
CMYK00.220.430.26
HSL28.5º37.38%58.04%-
HSV(B)28.5º42.55%73.73%-
XYZ33.7232.3318.65-
YUV154.23101.91152.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 146 (57.42% from 255) = 33.03%
BLUE value IS 108 (42.58% from 255) = 24.43%
R=42.53%
G=33.03%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814610800.220.430.2628.537.3858.04
HexBC926C0162B1A1d253a
Octal2742221540265332354572
Binary101111001001001011011000101101010111101011101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC926C; }

 p { color: rgb(188,146,108); }

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

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

 a { background-color: rgb(188,146,108); }

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

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

 span { border-color: rgb(188,146,108); }

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