#BC9277

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

Shades of Pale Taupe #BC9277

Tints of Pale Taupe #BC9277

Color information

#BC9277 (or 0xBC9277) is unknown color: approx Pale Taupe. HEX triplet: BC, 92 and 77. RGB value is (188,146,119). Sum of RGB (Red+Green+Blue) = 188+146+119=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9277 is #436D88. Grayscale: #9B9B9B. Windows color (decimal): -4418953 or 7836348. OLE color: 7836348.

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

Color convert

RGB188146119-
CMYK00.220.370.26
HSL23.48º33.99%60.2%-
HSV(B)23.48º36.7%73.73%-
XYZ34.3532.5821.93-
YUV155.48107.41151.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 119 (46.88% from 255) = 26.27%
R=41.50%
G=32.23%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814611900.220.370.2623.4833.9960.2
HexBC9277016251A17223c
Octal2742221670264532274274
Binary101111001001001011101110101101001011101010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9277; }

 p { color: rgb(188,146,119); }

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

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

 a { background-color: rgb(188,146,119); }

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

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

 span { border-color: rgb(188,146,119); }

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