#BC8C89

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

Shades of Oriental Pink #BC8C89

Tints of Oriental Pink #BC8C89

Color information

#BC8C89 (or 0xBC8C89) is unknown color: approx Oriental Pink. HEX triplet: BC, 8C and 89. RGB value is (188,140,137). Sum of RGB (Red+Green+Blue) = 188+140+137=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C89 is #437376. Grayscale: #9A9A9A. Windows color (decimal): -4420471 or 9014460. OLE color: 9014460.

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

Color convert

RGB188140137-
CMYK00.260.270.26
HSL3.53º27.57%63.73%-
HSV(B)3.53º27.13%73.73%-
XYZ34.6331.2527.87-
YUV154.01118.4152.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 137 (53.91% from 255) = 29.46%
R=40.43%
G=30.11%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814013700.260.270.263.5327.5763.73
HexBC8C8901A1B1A41c40
Octal2742142110323332434100
Binary1011110010001100100010010110101101111010100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C89; }

 p { color: rgb(188,140,137); }

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

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

 a { background-color: rgb(188,140,137); }

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

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

 span { border-color: rgb(188,140,137); }

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