#BC8B87

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

Shades of Oriental Pink #BC8B87

Tints of Oriental Pink #BC8B87

Color information

#BC8B87 (or 0xBC8B87) is unknown color: approx Oriental Pink. HEX triplet: BC, 8B and 87. RGB value is (188,139,135). Sum of RGB (Red+Green+Blue) = 188+139+135=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8B87 is #437478. Grayscale: #999999. Windows color (decimal): -4420729 or 8883132. OLE color: 8883132.

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

Color convert

RGB188139135-
CMYK00.260.280.26
HSL4.53º28.34%63.33%-
HSV(B)4.53º28.19%73.73%-
XYZ34.3430.9127.08-
YUV153.2117.73152.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 139 (54.69% from 255) = 30.09%
BLUE value IS 135 (53.12% from 255) = 29.22%
R=40.69%
G=30.09%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813913500.260.280.264.5328.3463.33
HexBC8B8701A1C1A51c3f
Octal274213207032343253477
Binary101111001000101110000111011010111001101010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8B87; }

 p { color: rgb(188,139,135); }

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

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

 a { background-color: rgb(188,139,135); }

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

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

 span { border-color: rgb(188,139,135); }

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