#BB9189

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

Shades of Oriental Pink #BB9189

Tints of Oriental Pink #BB9189

Color information

#BB9189 (or 0xBB9189) is unknown color: approx Oriental Pink. HEX triplet: BB, 91 and 89. RGB value is (187,145,137). Sum of RGB (Red+Green+Blue) = 187+145+137=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9189 is #446E76. Grayscale: #9C9C9C. Windows color (decimal): -4484727 or 9015739. OLE color: 9015739.

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

Color convert

RGB187145137-
CMYK00.220.270.27
HSL9.6º26.88%63.53%-
HSV(B)9.6º26.74%73.33%-
XYZ35.1332.6228.11-
YUV156.65116.91149.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 137 (53.91% from 255) = 29.21%
R=39.87%
G=30.92%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714513700.220.270.279.626.8863.53
HexBB91890161B1Ba1b40
Octal27322121102633331233100
Binary10111011100100011000100101011011011110111010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9189; }

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

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

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

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

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

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

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

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