#BC8D88

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

Shades of Oriental Pink #BC8D88

Tints of Oriental Pink #BC8D88

Color information

#BC8D88 (or 0xBC8D88) is unknown color: approx Oriental Pink. HEX triplet: BC, 8D and 88. RGB value is (188,141,136). Sum of RGB (Red+Green+Blue) = 188+141+136=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D88 is #437277. Grayscale: #9A9A9A. Windows color (decimal): -4420216 or 8949180. OLE color: 8949180.

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

Color convert

RGB188141136-
CMYK00.250.280.26
HSL5.77º27.96%63.53%-
HSV(B)5.77º27.66%73.73%-
XYZ34.7131.5227.55-
YUV154.48117.57151.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 136 (53.52% from 255) = 29.25%
R=40.43%
G=30.32%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814113600.250.280.265.7727.9663.53
HexBC8D880191C1A61c40
Octal2742152100313432634100
Binary1011110010001101100010000110011110011010110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D88; }

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

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

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

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

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

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

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

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