#BB8E89

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

Shades of Oriental Pink #BB8E89

Tints of Oriental Pink #BB8E89

Color information

#BB8E89 (or 0xBB8E89) is unknown color: approx Oriental Pink. HEX triplet: BB, 8E and 89. RGB value is (187,142,137). Sum of RGB (Red+Green+Blue) = 187+142+137=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8E89 is #447176. Grayscale: #9A9A9A. Windows color (decimal): -4485495 or 9014971. OLE color: 9014971.

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

Color convert

RGB187142137-
CMYK00.240.270.27
HSL26.88%63.53%-
HSV(B)26.74%73.33%-
XYZ34.6831.7227.96-
YUV154.88117.91150.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 142 (55.86% from 255) = 30.47%
BLUE value IS 137 (53.91% from 255) = 29.40%
R=40.13%
G=30.47%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714213700.240.270.27626.8863.53
HexBB8E890181B1B61b40
Octal2732162110303333633100
Binary1011101110001110100010010110001101111011110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8E89; }

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

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

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

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

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

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

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

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