#BC8C67

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

Shades of Fallow #BC8C67

Tints of Fallow #BC8C67

Color information

#BC8C67 (or 0xBC8C67) is unknown color: approx Fallow. HEX triplet: BC, 8C and 67. RGB value is (188,140,103). Sum of RGB (Red+Green+Blue) = 188+140+103=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C67 is #437398. Grayscale: #969696. Windows color (decimal): -4420505 or 6786236. OLE color: 6786236.

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

Color convert

RGB188140103-
CMYK00.260.450.26
HSL26.12º38.81%57.06%-
HSV(B)26.12º45.21%73.73%-
XYZ32.5730.4316.99-
YUV150.13101.4155.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 103 (40.62% from 255) = 23.90%
R=43.62%
G=32.48%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814010300.260.450.2626.1238.8157.06
HexBC8C6701A2D1A1a2739
Octal2742141470325532324771
Binary101111001000110011001110110101011011101011010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C67; }

 p { color: rgb(188,140,103); }

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

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

 a { background-color: rgb(188,140,103); }

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

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

 span { border-color: rgb(188,140,103); }

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