#BC9C71

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

Shades of Fallow #BC9C71

Tints of Fallow #BC9C71

Color information

#BC9C71 (or 0xBC9C71) is unknown color: approx Fallow. HEX triplet: BC, 9C and 71. RGB value is (188,156,113). Sum of RGB (Red+Green+Blue) = 188+156+113=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C71 is #43638E. Grayscale: #A0A0A0. Windows color (decimal): -4416399 or 7445692. OLE color: 7445692.

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

Color convert

RGB188156113-
CMYK00.170.400.26
HSL34.4º35.89%59.02%-
HSV(B)34.4º39.89%73.73%-
XYZ35.6135.6620.63-
YUV160.67101.1147.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 156 (61.33% from 255) = 34.14%
BLUE value IS 113 (44.53% from 255) = 24.73%
R=41.14%
G=34.14%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815611300.170.400.2634.435.8959.02
HexBC9C71011281A22243b
Octal2742341610215032424473
Binary1011110010011100111000101000110100011010100010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C71; }

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

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

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

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

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

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

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

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