#BC9568

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

Shades of Fallow #BC9568

Tints of Fallow #BC9568

Color information

#BC9568 (or 0xBC9568) is unknown color: approx Fallow. HEX triplet: BC, 95 and 68. RGB value is (188,149,104). Sum of RGB (Red+Green+Blue) = 188+149+104=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9568 is #436A97. Grayscale: #9B9B9B. Windows color (decimal): -4418200 or 6854076. OLE color: 6854076.

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

Color convert

RGB188149104-
CMYK00.210.450.26
HSL32.14º38.53%57.25%-
HSV(B)32.14º44.68%73.73%-
XYZ33.9933.1917.71-
YUV155.5398.92151.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 149 (58.59% from 255) = 33.79%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=42.63%
G=33.79%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814910400.210.450.2632.1438.5357.25
HexBC95680152D1A202739
Octal2742251500255532404771
Binary1011110010010101110100001010110110111010100000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9568; }

 p { color: rgb(188,149,104); }

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

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

 a { background-color: rgb(188,149,104); }

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

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

 span { border-color: rgb(188,149,104); }

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