#BB898B

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

Shades of Puce #BB898B

Tints of Puce #BB898B

Color information

#BB898B (or 0xBB898B) is unknown color: approx Puce. HEX triplet: BB, 89 and 8B. RGB value is (187,137,139). Sum of RGB (Red+Green+Blue) = 187+137+139=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB898B is #447674. Grayscale: #989898. Windows color (decimal): -4486773 or 9144763. OLE color: 9144763.

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

Color convert

RGB187137139-
CMYK00.270.260.27
HSL357.6º26.88%63.53%-
HSV(B)357.6º26.74%73.33%-
XYZ34.130.3228.48-
YUV152.18120.57152.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 137 (53.91% from 255) = 29.59%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=40.39%
G=29.59%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713713900.270.260.27357.626.8863.53
HexBB898B01B1A1B1661b40
Octal273211213033323354633100
Binary1011101110001001100010110110111101011011101100110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB898B; }

 p { color: rgb(187,137,139); }

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

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

 a { background-color: rgb(187,137,139); }

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

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

 span { border-color: rgb(187,137,139); }

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