#BC9C75

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

Shades of Fallow #BC9C75

Tints of Fallow #BC9C75

Color information

#BC9C75 (or 0xBC9C75) is unknown color: approx Fallow. HEX triplet: BC, 9C and 75. RGB value is (188,156,117). Sum of RGB (Red+Green+Blue) = 188+156+117=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C75 is #43638A. Grayscale: #A1A1A1. Windows color (decimal): -4416395 or 7707836. OLE color: 7707836.

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

Color convert

RGB188156117-
CMYK00.170.380.26
HSL32.96º34.63%59.8%-
HSV(B)32.96º37.77%73.73%-
XYZ35.8435.7521.84-
YUV161.12103.1147.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=40.78%
G=33.84%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815611700.170.380.2632.9634.6359.8
HexBC9C75011261A21233c
Octal2742341650214632414374
Binary1011110010011100111010101000110011011010100001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C75; }

 p { color: rgb(188,156,117); }

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

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

 a { background-color: rgb(188,156,117); }

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

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

 span { border-color: rgb(188,156,117); }

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