#BC9C73

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

Shades of Fallow #BC9C73

Tints of Fallow #BC9C73

Color information

#BC9C73 (or 0xBC9C73) is unknown color: approx Fallow. HEX triplet: BC, 9C and 73. RGB value is (188,156,115). Sum of RGB (Red+Green+Blue) = 188+156+115=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C73 is #43638C. Grayscale: #A1A1A1. Windows color (decimal): -4416397 or 7576764. OLE color: 7576764.

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

Color convert

RGB188156115-
CMYK00.170.390.26
HSL33.7º35.27%59.41%-
HSV(B)33.7º38.83%73.73%-
XYZ35.7235.7121.23-
YUV160.89102.1147.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 115 (45.31% from 255) = 25.05%
R=40.96%
G=33.99%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815611500.170.390.2633.735.2759.41
HexBC9C73011271A22233b
Octal2742341630214732424373
Binary1011110010011100111001101000110011111010100010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C73; }

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

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

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

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

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

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

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

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