#BC9289

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

Shades of Oriental Pink #BC9289

Tints of Oriental Pink #BC9289

Color information

#BC9289 (or 0xBC9289) is unknown color: approx Oriental Pink. HEX triplet: BC, 92 and 89. RGB value is (188,146,137). Sum of RGB (Red+Green+Blue) = 188+146+137=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9289 is #436D76. Grayscale: #9D9D9D. Windows color (decimal): -4418935 or 9015996. OLE color: 9015996.

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

Color convert

RGB188146137-
CMYK00.220.270.26
HSL10.59º27.57%63.73%-
HSV(B)10.59º27.13%73.73%-
XYZ35.5333.0628.17-
YUV157.53116.41149.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 137 (53.91% from 255) = 29.09%
R=39.92%
G=31.00%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814613700.220.270.2610.5927.5763.73
HexBC92890161B1Ab1c40
Octal27422221102633321334100
Binary10111100100100101000100101011011011110101011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9289; }

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

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

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

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

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

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

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

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