#BB838F

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

Shades of Puce #BB838F

Tints of Puce #BB838F

Color information

#BB838F (or 0xBB838F) is unknown color: approx Puce. HEX triplet: BB, 83 and 8F. RGB value is (187,131,143). Sum of RGB (Red+Green+Blue) = 187+131+143=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB838F is #447C70. Grayscale: #959595. Windows color (decimal): -4488305 or 9405371. OLE color: 9405371.

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

Color convert

RGB187131143-
CMYK00.300.240.27
HSL347.14º29.17%62.35%-
HSV(B)347.14º29.95%73.33%-
XYZ33.5728.7829.77-
YUV149.11124.55155.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 131 (51.56% from 255) = 28.42%
BLUE value IS 143 (56.25% from 255) = 31.02%
R=40.56%
G=28.42%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713114300.300.240.27347.1429.1762.35
HexBB838F01E181B15b1d3e
Octal27320321703630335333576
Binary101110111000001110001111011110110001101110101101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB838F; }

 p { color: rgb(187,131,143); }

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

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

 a { background-color: rgb(187,131,143); }

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

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

 span { border-color: rgb(187,131,143); }

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