#BB9280

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

Shades of Pale Taupe #BB9280

Tints of Pale Taupe #BB9280

Color information

#BB9280 (or 0xBB9280) is unknown color: approx Pale Taupe. HEX triplet: BB, 92 and 80. RGB value is (187,146,128). Sum of RGB (Red+Green+Blue) = 187+146+128=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9280 is #446D7F. Grayscale: #9C9C9C. Windows color (decimal): -4484480 or 8426171. OLE color: 8426171.

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

Color convert

RGB187146128-
CMYK00.220.320.27
HSL18.31º30.26%61.76%-
HSV(B)18.31º31.55%73.33%-
XYZ34.6732.6824.9-
YUV156.21112.08149.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 146 (57.42% from 255) = 31.67%
BLUE value IS 128 (50.39% from 255) = 27.77%
R=40.56%
G=31.67%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714612800.220.320.2718.3130.2661.76
HexBB9280016201B121e3e
Octal2732222000264033223676
Binary101110111001001010000000010110100000110111001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9280; }

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

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

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

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

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

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

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

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