#BC938D

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

Shades of Oriental Pink #BC938D

Tints of Oriental Pink #BC938D

Color information

#BC938D (or 0xBC938D) is unknown color: approx Oriental Pink. HEX triplet: BC, 93 and 8D. RGB value is (188,147,141). Sum of RGB (Red+Green+Blue) = 188+147+141=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC938D is #436C72. Grayscale: #9E9E9E. Windows color (decimal): -4418675 or 9278396. OLE color: 9278396.

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

Color convert

RGB188147141-
CMYK00.220.250.26
HSL7.66º25.97%64.51%-
HSV(B)7.66º25%73.73%-
XYZ35.9833.4829.77-
YUV158.58118.08148.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=39.50%
G=30.88%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814714100.220.250.267.6625.9764.51
HexBC938D016191A81a41
Octal27422321502631321032101
Binary10111100100100111000110101011011001110101000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC938D; }

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

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

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

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

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

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

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

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