#BC8F70

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

Shades of Pale Taupe #BC8F70

Tints of Pale Taupe #BC8F70

Color information

#BC8F70 (or 0xBC8F70) is unknown color: approx Pale Taupe. HEX triplet: BC, 8F and 70. RGB value is (188,143,112). Sum of RGB (Red+Green+Blue) = 188+143+112=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F70 is #43708F. Grayscale: #999999. Windows color (decimal): -4419728 or 7376828. OLE color: 7376828.

HSL color Cylindrical-coordinate representation of color #BC8F70: hue angle of 24.47º 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 #BC8F70 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188143112-
CMYK00.240.400.26
HSL24.47º36.19%58.82%-
HSV(B)24.47º40.43%73.73%-
XYZ33.4931.5119.65-
YUV152.92104.91153.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=42.44%
G=32.28%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814311200.240.400.2624.4736.1958.82
HexBC8F70018281A18243b
Octal2742171600305032304473
Binary101111001000111111100000110001010001101011000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8F70; }

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

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

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

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

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

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

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

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