#BC8F7B

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

Shades of Pale Taupe #BC8F7B

Tints of Pale Taupe #BC8F7B

Color information

#BC8F7B (or 0xBC8F7B) is unknown color: approx Pale Taupe. HEX triplet: BC, 8F and 7B. RGB value is (188,143,123). Sum of RGB (Red+Green+Blue) = 188+143+123=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F7B is #437084. Grayscale: #9A9A9A. Windows color (decimal): -4419717 or 8097724. OLE color: 8097724.

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

Color convert

RGB188143123-
CMYK00.240.350.26
HSL18.46º32.66%60.98%-
HSV(B)18.46º34.57%73.73%-
XYZ34.1431.7723.07-
YUV154.17110.41152.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 143 (56.25% from 255) = 31.50%
BLUE value IS 123 (48.44% from 255) = 27.09%
R=41.41%
G=31.50%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814312300.240.350.2618.4632.6660.98
HexBC8F7B018231A12213d
Octal2742171730304332224175
Binary101111001000111111110110110001000111101010010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8F7B; }

 p { color: rgb(188,143,123); }

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

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

 a { background-color: rgb(188,143,123); }

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

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

 span { border-color: rgb(188,143,123); }

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