#BC926A

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

Shades of Fallow #BC926A

Tints of Fallow #BC926A

Color information

#BC926A (or 0xBC926A) is unknown color: approx Fallow. HEX triplet: BC, 92 and 6A. RGB value is (188,146,106). Sum of RGB (Red+Green+Blue) = 188+146+106=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC926A is #436D95. Grayscale: #9A9A9A. Windows color (decimal): -4418966 or 6984380. OLE color: 6984380.

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

Color convert

RGB188146106-
CMYK00.220.440.26
HSL29.27º37.96%57.65%-
HSV(B)29.27º43.62%73.73%-
XYZ33.6232.2918.1-
YUV154100.91152.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.73%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=42.73%
G=33.18%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814610600.220.440.2629.2737.9657.65
HexBC926A0162C1A1d263a
Octal2742221520265432354672
Binary101111001001001011010100101101011001101011101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC926A; }

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

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

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

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

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

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

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

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