#BC9F76

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

Shades of Fallow #BC9F76

Tints of Fallow #BC9F76

Color information

#BC9F76 (or 0xBC9F76) is unknown color: approx Fallow. HEX triplet: BC, 9F and 76. RGB value is (188,159,118). Sum of RGB (Red+Green+Blue) = 188+159+118=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F76 is #436089. Grayscale: #A3A3A3. Windows color (decimal): -4415626 or 7774140. OLE color: 7774140.

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

Color convert

RGB188159118-
CMYK00.150.370.26
HSL35.14º34.31%60%-
HSV(B)35.14º37.23%73.73%-
XYZ36.4136.822.32-
YUV163102.61145.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 159 (62.5% from 255) = 34.19%
BLUE value IS 118 (46.48% from 255) = 25.38%
R=40.43%
G=34.19%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815911800.150.370.2635.1434.3160
HexBC9F760F251A23223c
Octal2742371660174532434274
Binary101111001001111111101100111110010111010100011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9F76; }

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

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

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

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

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

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

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

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