#BC938E

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

Shades of Oriental Pink #BC938E

Tints of Oriental Pink #BC938E

Color information

#BC938E (or 0xBC938E) is unknown color: approx Oriental Pink. HEX triplet: BC, 93 and 8E. RGB value is (188,147,142). Sum of RGB (Red+Green+Blue) = 188+147+142=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC938E is #436C71. Grayscale: #9E9E9E. Windows color (decimal): -4418674 or 9343932. OLE color: 9343932.

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

Color convert

RGB188147142-
CMYK00.220.240.26
HSL6.52º25.56%64.71%-
HSV(B)6.52º24.47%73.73%-
XYZ36.0633.5130.16-
YUV158.69118.58148.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 147 (57.81% from 255) = 30.82%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=39.41%
G=30.82%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814714200.220.240.266.5225.5664.71
HexBC938E016181A71a41
Octal2742232160263032732101
Binary1011110010010011100011100101101100011010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC938E; }

 p { color: rgb(188,147,142); }

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

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

 a { background-color: rgb(188,147,142); }

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

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

 span { border-color: rgb(188,147,142); }

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