#B98985

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

Shades of Oriental Pink #B98985

Tints of Oriental Pink #B98985

Color information

#B98985 (or 0xB98985) is unknown color: approx Oriental Pink. HEX triplet: B9, 89 and 85. RGB value is (185,137,133). Sum of RGB (Red+Green+Blue) = 185+137+133=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B98985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98985 is #46767A. Grayscale: #969696. Windows color (decimal): -4617851 or 8751545. OLE color: 8751545.

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

Color convert

RGB185137133-
CMYK00.260.280.27
HSL4.62º27.08%62.35%-
HSV(B)4.62º28.11%72.55%-
XYZ33.1929.926.21-
YUV150.9117.9152.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 137 (53.91% from 255) = 30.11%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=40.66%
G=30.11%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513713300.260.280.274.6227.0862.35
HexB9898501A1C1B51b3e
Octal271211205032343353376
Binary101110011000100110000101011010111001101110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98985; }

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

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

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

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

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

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

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

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