#BB9087

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

Shades of Oriental Pink #BB9087

Tints of Oriental Pink #BB9087

Color information

#BB9087 (or 0xBB9087) is unknown color: approx Oriental Pink. HEX triplet: BB, 90 and 87. RGB value is (187,144,135). Sum of RGB (Red+Green+Blue) = 187+144+135=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9087 is #446F78. Grayscale: #9B9B9B. Windows color (decimal): -4484985 or 8884411. OLE color: 8884411.

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

Color convert

RGB187144135-
CMYK00.230.280.27
HSL10.38º27.66%63.14%-
HSV(B)10.38º27.81%73.33%-
XYZ34.8432.2627.31-
YUV155.83116.25150.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 135 (53.12% from 255) = 28.97%
R=40.13%
G=30.90%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714413500.230.280.2710.3827.6663.14
HexBB90870171C1Ba1c3f
Octal2732202070273433123477
Binary1011101110010000100001110101111110011011101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9087; }

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

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

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

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

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

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

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

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