#B99089

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

Shades of Oriental Pink #B99089

Tints of Oriental Pink #B99089

Color information

#B99089 (or 0xB99089) is unknown color: approx Oriental Pink. HEX triplet: B9, 90 and 89. RGB value is (185,144,137). Sum of RGB (Red+Green+Blue) = 185+144+137=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B99089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99089 is #466F76. Grayscale: #9B9B9B. Windows color (decimal): -4616055 or 9015481. OLE color: 9015481.

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

Color convert

RGB185144137-
CMYK00.220.260.27
HSL8.75º25.53%63.14%-
HSV(B)8.75º25.95%72.55%-
XYZ34.532.0728.04-
YUV155.46117.58149.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.70%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 137 (53.91% from 255) = 29.40%
R=39.70%
G=30.90%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514413700.220.260.278.7525.5363.14
HexB990890161A1B91a3f
Octal2712202110263233113277
Binary1011100110010000100010010101101101011011100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99089; }

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

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

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

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

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

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

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

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