#BC8883

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

Shades of Oriental Pink #BC8883

Tints of Oriental Pink #BC8883

Color information

#BC8883 (or 0xBC8883) is unknown color: approx Oriental Pink. HEX triplet: BC, 88 and 83. RGB value is (188,136,131). Sum of RGB (Red+Green+Blue) = 188+136+131=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8883 is #43777C. Grayscale: #979797. Windows color (decimal): -4421501 or 8620220. OLE color: 8620220.

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

Color convert

RGB188136131-
CMYK00.280.300.26
HSL5.26º29.84%62.55%-
HSV(B)5.26º30.32%73.73%-
XYZ33.6429.9425.48-
YUV150.98116.73154.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 136 (53.52% from 255) = 29.89%
BLUE value IS 131 (51.56% from 255) = 28.79%
R=41.32%
G=29.89%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813613100.280.300.265.2629.8462.55
HexBC888301C1E1A51e3f
Octal274210203034363253677
Binary101111001000100010000011011100111101101010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8883; }

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

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

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

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

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

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

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

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