#BB8094

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

Shades of Puce #BB8094

Tints of Puce #BB8094

Color information

#BB8094 (or 0xBB8094) is unknown color: approx Puce. HEX triplet: BB, 80 and 94. RGB value is (187,128,148). Sum of RGB (Red+Green+Blue) = 187+128+148=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8094 is #447F6B. Grayscale: #939393. Windows color (decimal): -4489068 or 9732283. OLE color: 9732283.

HSL color Cylindrical-coordinate representation of color #BB8094: hue angle of 339.66º 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 #BB8094 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB187128148-
CMYK00.320.210.27
HSL339.66º30.26%61.76%-
HSV(B)339.66º31.55%73.33%-
XYZ33.5628.1431.68-
YUV147.92128.05155.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 148 (58.20% from 255) = 31.97%
R=40.39%
G=27.65%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712814800.320.210.27339.6630.2661.76
HexBB8094020151B1541e3e
Octal27320022404025335243676
Binary1011101110000000100101000100000101011101110101010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8094; }

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

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

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

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

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

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

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

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