#BB848B

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

Shades of Puce #BB848B

Tints of Puce #BB848B

Color information

#BB848B (or 0xBB848B) is unknown color: approx Puce. HEX triplet: BB, 84 and 8B. RGB value is (187,132,139). Sum of RGB (Red+Green+Blue) = 187+132+139=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB848B is #447B74. Grayscale: #959595. Windows color (decimal): -4488053 or 9143483. OLE color: 9143483.

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

Color convert

RGB187132139-
CMYK00.290.260.27
HSL352.36º28.8%62.55%-
HSV(B)352.36º29.41%73.33%-
XYZ33.428.9328.25-
YUV149.24122.22154.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 132 (51.95% from 255) = 28.82%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=40.83%
G=28.82%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713213900.290.260.27352.3628.862.55
HexBB848B01D1A1B1601d3f
Octal27320421303532335403577
Binary101110111000010010001011011101110101101110110000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB848B; }

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

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

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

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

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

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

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

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