#BC917A

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

Shades of Pale Taupe #BC917A

Tints of Pale Taupe #BC917A

Color information

#BC917A (or 0xBC917A) is unknown color: approx Pale Taupe. HEX triplet: BC, 91 and 7A. RGB value is (188,145,122). Sum of RGB (Red+Green+Blue) = 188+145+122=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC917A is #436E85. Grayscale: #9B9B9B. Windows color (decimal): -4419206 or 8032700. OLE color: 8032700.

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

Color convert

RGB188145122-
CMYK00.230.350.26
HSL20.91º33%60.78%-
HSV(B)20.91º35.11%73.73%-
XYZ34.3832.3522.84-
YUV155.24109.25151.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=41.32%
G=31.87%
B=26.81%

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
Decimal18814512200.230.350.2620.913360.78
HexBC917A017231A15213d
Octal2742211720274332254175
Binary101111001001000111110100101111000111101010101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC917A; }

 p { color: rgb(188,145,122); }

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

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

 a { background-color: rgb(188,145,122); }

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

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

 span { border-color: rgb(188,145,122); }

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