#B99084

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

Shades of Oriental Pink #B99084

Tints of Oriental Pink #B99084

Color information

#B99084 (or 0xB99084) is unknown color: approx Oriental Pink. HEX triplet: B9, 90 and 84. RGB value is (185,144,132). Sum of RGB (Red+Green+Blue) = 185+144+132=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B99084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99084 is #466F7B. Grayscale: #9A9A9A. Windows color (decimal): -4616060 or 8687801. OLE color: 8687801.

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

Color convert

RGB185144132-
CMYK00.220.290.27
HSL13.58º27.46%62.16%-
HSV(B)13.58º28.65%72.55%-
XYZ34.1531.9326.19-
YUV154.89115.08149.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 144 (56.64% from 255) = 31.24%
BLUE value IS 132 (51.95% from 255) = 28.63%
R=40.13%
G=31.24%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514413200.220.290.2713.5827.4662.16
HexB990840161D1Be1b3e
Octal2712202040263533163376
Binary1011100110010000100001000101101110111011111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99084; }

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

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

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

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

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

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

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

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