#BB9278

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

Shades of Pale Taupe #BB9278

Tints of Pale Taupe #BB9278

Color information

#BB9278 (or 0xBB9278) is unknown color: approx Pale Taupe. HEX triplet: BB, 92 and 78. RGB value is (187,146,120). Sum of RGB (Red+Green+Blue) = 187+146+120=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9278 is #446D87. Grayscale: #9B9B9B. Windows color (decimal): -4484488 or 7901883. OLE color: 7901883.

HSL color Cylindrical-coordinate representation of color #BB9278: hue angle of 23.28º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB9278 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB187146120-
CMYK00.220.360.27
HSL23.28º33%60.2%-
HSV(B)23.28º35.83%73.33%-
XYZ34.1632.4822.24-
YUV155.3108.08150.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 120 (47.27% from 255) = 26.49%
R=41.28%
G=32.23%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714612000.220.360.2723.283360.2
HexBB9278016241B17213c
Octal2732221700264433274174
Binary101110111001001011110000101101001001101110111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9278; }

 p { color: rgb(187,146,120); }

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

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

 a { background-color: rgb(187,146,120); }

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

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

 span { border-color: rgb(187,146,120); }

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