#BC906E

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

Shades of Fallow #BC906E

Tints of Fallow #BC906E

Color information

#BC906E (or 0xBC906E) is unknown color: approx Fallow. HEX triplet: BC, 90 and 6E. RGB value is (188,144,110). Sum of RGB (Red+Green+Blue) = 188+144+110=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC906E is #436F91. Grayscale: #999999. Windows color (decimal): -4419474 or 7246012. OLE color: 7246012.

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

Color convert

RGB188144110-
CMYK00.230.410.26
HSL26.15º36.79%58.43%-
HSV(B)26.15º41.49%73.73%-
XYZ33.5331.7619.12-
YUV153.28103.58152.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 144 (56.64% from 255) = 32.58%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=42.53%
G=32.58%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814411000.230.410.2626.1536.7958.43
HexBC906E017291A1a253a
Octal2742201560275132324572
Binary101111001001000011011100101111010011101011010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC906E; }

 p { color: rgb(188,144,110); }

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

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

 a { background-color: rgb(188,144,110); }

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

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

 span { border-color: rgb(188,144,110); }

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