#BB8290

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

Shades of Puce #BB8290

Tints of Puce #BB8290

Color information

#BB8290 (or 0xBB8290) is unknown color: approx Puce. HEX triplet: BB, 82 and 90. RGB value is (187,130,144). Sum of RGB (Red+Green+Blue) = 187+130+144=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8290 is #447D6F. Grayscale: #949494. Windows color (decimal): -4488560 or 9470651. OLE color: 9470651.

HSL color Cylindrical-coordinate representation of color #BB8290: hue angle of 345.26º degrees, saturation: 0.3, 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 #BB8290 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB187130144-
CMYK00.300.230.27
HSL345.26º29.53%62.16%-
HSV(B)345.26º30.48%73.33%-
XYZ33.5128.5430.13-
YUV148.64125.38155.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 144 (56.64% from 255) = 31.24%
R=40.56%
G=28.20%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713014400.300.230.27345.2629.5362.16
HexBB829001E171B1591e3e
Octal27320222003627335313676
Binary101110111000001010010000011110101111101110101100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8290; }

 p { color: rgb(187,130,144); }

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

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

 a { background-color: rgb(187,130,144); }

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

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

 span { border-color: rgb(187,130,144); }

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