#BC948E

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

Shades of Oriental Pink #BC948E

Tints of Oriental Pink #BC948E

Color information

#BC948E (or 0xBC948E) is unknown color: approx Oriental Pink. HEX triplet: BC, 94 and 8E. RGB value is (188,148,142). Sum of RGB (Red+Green+Blue) = 188+148+142=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC948E is #436B71. Grayscale: #9F9F9F. Windows color (decimal): -4418418 or 9344188. OLE color: 9344188.

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

Color convert

RGB188148142-
CMYK00.210.240.26
HSL7.83º25.56%64.71%-
HSV(B)7.83º24.47%73.73%-
XYZ36.2133.8230.21-
YUV159.28118.25148.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=39.33%
G=30.96%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814814200.210.240.267.8325.5664.71
HexBC948E015181A81a41
Octal27422421602530321032101
Binary10111100100101001000111001010111000110101000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC948E; }

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

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

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

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

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

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

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

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