#BC8882

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

Shades of Oriental Pink #BC8882

Tints of Oriental Pink #BC8882

Color information

#BC8882 (or 0xBC8882) is unknown color: approx Oriental Pink. HEX triplet: BC, 88 and 82. RGB value is (188,136,130). Sum of RGB (Red+Green+Blue) = 188+136+130=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8882 is #43777D. Grayscale: #969696. Windows color (decimal): -4421502 or 8554684. OLE color: 8554684.

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

Color convert

RGB188136130-
CMYK00.280.310.26
HSL6.21º30.21%62.35%-
HSV(B)6.21º30.85%73.73%-
XYZ33.5729.9125.12-
YUV150.86116.23154.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 130 (51.17% from 255) = 28.63%
R=41.41%
G=29.96%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813613000.280.310.266.2130.2162.35
HexBC888201C1F1A61e3e
Octal274210202034373263676
Binary101111001000100010000010011100111111101011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8882; }

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

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

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

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

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

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

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

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