#BC9089

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

Shades of Oriental Pink #BC9089

Tints of Oriental Pink #BC9089

Color information

#BC9089 (or 0xBC9089) is unknown color: approx Oriental Pink. HEX triplet: BC, 90 and 89. RGB value is (188,144,137). Sum of RGB (Red+Green+Blue) = 188+144+137=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9089 is #436F76. Grayscale: #9C9C9C. Windows color (decimal): -4419447 or 9015484. OLE color: 9015484.

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

Color convert

RGB188144137-
CMYK00.230.270.26
HSL8.24º27.57%63.73%-
HSV(B)8.24º27.13%73.73%-
XYZ35.2332.4428.07-
YUV156.36117.08150.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 144 (56.64% from 255) = 30.70%
BLUE value IS 137 (53.91% from 255) = 29.21%
R=40.09%
G=30.70%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814413700.230.270.268.2427.5763.73
HexBC90890171B1A81c40
Octal27422021102733321034100
Binary10111100100100001000100101011111011110101000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9089; }

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

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

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

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

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

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

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

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