#BC907B

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

Shades of Pale Taupe #BC907B

Tints of Pale Taupe #BC907B

Color information

#BC907B (or 0xBC907B) is unknown color: approx Pale Taupe. HEX triplet: BC, 90 and 7B. RGB value is (188,144,123). Sum of RGB (Red+Green+Blue) = 188+144+123=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC907B is #436F84. Grayscale: #9A9A9A. Windows color (decimal): -4419461 or 8097980. OLE color: 8097980.

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

Color convert

RGB188144123-
CMYK00.230.350.26
HSL19.38º32.66%60.98%-
HSV(B)19.38º34.57%73.73%-
XYZ34.2932.0723.12-
YUV154.76110.08151.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 144 (56.64% from 255) = 31.65%
BLUE value IS 123 (48.44% from 255) = 27.03%
R=41.32%
G=31.65%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814412300.230.350.2619.3832.6660.98
HexBC907B017231A13213d
Octal2742201730274332234175
Binary101111001001000011110110101111000111101010011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC907B; }

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

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

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

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

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

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

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

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