#BB9187

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

Shades of Oriental Pink #BB9187

Tints of Oriental Pink #BB9187

Color information

#BB9187 (or 0xBB9187) is unknown color: approx Oriental Pink. HEX triplet: BB, 91 and 87. RGB value is (187,145,135). Sum of RGB (Red+Green+Blue) = 187+145+135=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9187 is #446E78. Grayscale: #9C9C9C. Windows color (decimal): -4484729 or 8884667. OLE color: 8884667.

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

Color convert

RGB187145135-
CMYK00.220.280.27
HSL11.54º27.66%63.14%-
HSV(B)11.54º27.81%73.33%-
XYZ34.9932.5627.36-
YUV156.42115.91149.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 145 (57.03% from 255) = 31.05%
BLUE value IS 135 (53.12% from 255) = 28.91%
R=40.04%
G=31.05%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714513500.220.280.2711.5427.6663.14
HexBB91870161C1Bc1c3f
Octal2732212070263433143477
Binary1011101110010001100001110101101110011011110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9187; }

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

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

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

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

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

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

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

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