#BC8C6A

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

Shades of Fallow #BC8C6A

Tints of Fallow #BC8C6A

Color information

#BC8C6A (or 0xBC8C6A) is unknown color: approx Fallow. HEX triplet: BC, 8C and 6A. RGB value is (188,140,106). Sum of RGB (Red+Green+Blue) = 188+140+106=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C6A is #437395. Grayscale: #969696. Windows color (decimal): -4420502 or 6982844. OLE color: 6982844.

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

Color convert

RGB188140106-
CMYK00.260.440.26
HSL24.88º37.96%57.65%-
HSV(B)24.88º43.62%73.73%-
XYZ32.7230.4917.8-
YUV150.48102.9154.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 140 (55.08% from 255) = 32.26%
BLUE value IS 106 (41.80% from 255) = 24.42%
R=43.32%
G=32.26%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814010600.260.440.2624.8837.9657.65
HexBC8C6A01A2C1A19263a
Octal2742141520325432314672
Binary101111001000110011010100110101011001101011001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C6A; }

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

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

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

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

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

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

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

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