#B98D87

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

Shades of Oriental Pink #B98D87

Tints of Oriental Pink #B98D87

Color information

#B98D87 (or 0xB98D87) is unknown color: approx Oriental Pink. HEX triplet: B9, 8D and 87. RGB value is (185,141,135). Sum of RGB (Red+Green+Blue) = 185+141+135=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98D87 is #467278. Grayscale: #999999. Windows color (decimal): -4616825 or 8883641. OLE color: 8883641.

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

Color convert

RGB185141135-
CMYK00.240.270.27
HSL7.2º26.32%62.75%-
HSV(B)7.2º27.03%72.55%-
XYZ33.9131.1127.14-
YUV153.47117.58150.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 141 (55.47% from 255) = 30.59%
BLUE value IS 135 (53.12% from 255) = 29.28%
R=40.13%
G=30.59%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514113500.240.270.277.226.3262.75
HexB98D870181B1B71a3f
Octal271215207030333373277
Binary101110011000110110000111011000110111101111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98D87; }

 p { color: rgb(185,141,135); }

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

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

 a { background-color: rgb(185,141,135); }

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

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

 span { border-color: rgb(185,141,135); }

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