#BC928B

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

Shades of Oriental Pink #BC928B

Tints of Oriental Pink #BC928B

Color information

#BC928B (or 0xBC928B) is unknown color: approx Oriental Pink. HEX triplet: BC, 92 and 8B. RGB value is (188,146,139). Sum of RGB (Red+Green+Blue) = 188+146+139=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC928B is #436D74. Grayscale: #9D9D9D. Windows color (decimal): -4418933 or 9147068. OLE color: 9147068.

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

Color convert

RGB188146139-
CMYK00.220.260.26
HSL8.57º26.78%64.12%-
HSV(B)8.57º26.06%73.73%-
XYZ35.6833.1128.94-
YUV157.76117.41149.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 146 (57.42% from 255) = 30.87%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=39.75%
G=30.87%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814613900.220.260.268.5726.7864.12
HexBC928B0161A1A91b40
Octal27422221302632321133100
Binary10111100100100101000101101011011010110101001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC928B; }

 p { color: rgb(188,146,139); }

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

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

 a { background-color: rgb(188,146,139); }

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

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

 span { border-color: rgb(188,146,139); }

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