#BC9E76

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

Shades of Fallow #BC9E76

Tints of Fallow #BC9E76

Color information

#BC9E76 (or 0xBC9E76) is unknown color: approx Fallow. HEX triplet: BC, 9E and 76. RGB value is (188,158,118). Sum of RGB (Red+Green+Blue) = 188+158+118=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E76 is #436189. Grayscale: #A2A2A2. Windows color (decimal): -4415882 or 7773884. OLE color: 7773884.

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

Color convert

RGB188158118-
CMYK00.160.370.26
HSL34.29º34.31%60%-
HSV(B)34.29º37.23%73.73%-
XYZ36.2436.4522.27-
YUV162.41102.94146.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 158 (62.11% from 255) = 34.05%
BLUE value IS 118 (46.48% from 255) = 25.43%
R=40.52%
G=34.05%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815811800.160.370.2634.2934.3160
HexBC9E76010251A22223c
Octal2742361660204532424274
Binary1011110010011110111011001000010010111010100010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9E76; }

 p { color: rgb(188,158,118); }

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

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

 a { background-color: rgb(188,158,118); }

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

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

 span { border-color: rgb(188,158,118); }

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