#B98D84

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

Shades of Oriental Pink #B98D84

Tints of Oriental Pink #B98D84

Color information

#B98D84 (or 0xB98D84) is unknown color: approx Oriental Pink. HEX triplet: B9, 8D and 84. RGB value is (185,141,132). Sum of RGB (Red+Green+Blue) = 185+141+132=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98D84 is #46727B. Grayscale: #999999. Windows color (decimal): -4616828 or 8687033. OLE color: 8687033.

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

Color convert

RGB185141132-
CMYK00.240.290.27
HSL10.19º27.46%62.16%-
HSV(B)10.19º28.65%72.55%-
XYZ33.731.0326.04-
YUV153.13116.08150.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 132 (51.95% from 255) = 28.82%
R=40.39%
G=30.79%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514113200.240.290.2710.1927.4662.16
HexB98D840181D1Ba1b3e
Octal2712152040303533123376
Binary1011100110001101100001000110001110111011101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98D84; }

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

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

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

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

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

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

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

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