#BC8C88

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

Shades of Oriental Pink #BC8C88

Tints of Oriental Pink #BC8C88

Color information

#BC8C88 (or 0xBC8C88) is unknown color: approx Oriental Pink. HEX triplet: BC, 8C and 88. RGB value is (188,140,136). Sum of RGB (Red+Green+Blue) = 188+140+136=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C88 is #437377. Grayscale: #999999. Windows color (decimal): -4420472 or 8948924. OLE color: 8948924.

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

Color convert

RGB188140136-
CMYK00.260.280.26
HSL4.62º27.96%63.53%-
HSV(B)4.62º27.66%73.73%-
XYZ34.5631.2327.5-
YUV153.9117.9152.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 140 (55.08% from 255) = 30.17%
BLUE value IS 136 (53.52% from 255) = 29.31%
R=40.52%
G=30.17%
B=29.31%

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
Decimal18814013600.260.280.264.6227.9663.53
HexBC8C8801A1C1A51c40
Octal2742142100323432534100
Binary1011110010001100100010000110101110011010101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C88; }

 p { color: rgb(188,140,136); }

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

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

 a { background-color: rgb(188,140,136); }

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

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

 span { border-color: rgb(188,140,136); }

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