#BC8E89

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

Shades of Oriental Pink #BC8E89

Tints of Oriental Pink #BC8E89

Color information

#BC8E89 (or 0xBC8E89) is unknown color: approx Oriental Pink. HEX triplet: BC, 8E and 89. RGB value is (188,142,137). Sum of RGB (Red+Green+Blue) = 188+142+137=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8E89 is #437176. Grayscale: #9B9B9B. Windows color (decimal): -4419959 or 9014972. OLE color: 9014972.

HSL color Cylindrical-coordinate representation of color #BC8E89: hue angle of 5.88º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8E89 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB188142137-
CMYK00.240.270.26
HSL5.88º27.57%63.73%-
HSV(B)5.88º27.13%73.73%-
XYZ34.9331.8427.97-
YUV155.18117.74151.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 142 (55.86% from 255) = 30.41%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=40.26%
G=30.41%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814213700.240.270.265.8827.5763.73
HexBC8E890181B1A61c40
Octal2742162110303332634100
Binary1011110010001110100010010110001101111010110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8E89; }

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

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

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

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

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

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

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

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