#B98C83

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

Shades of Oriental Pink #B98C83

Tints of Oriental Pink #B98C83

Color information

#B98C83 (or 0xB98C83) is unknown color: approx Oriental Pink. HEX triplet: B9, 8C and 83. RGB value is (185,140,131). Sum of RGB (Red+Green+Blue) = 185+140+131=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98C83 is #46737C. Grayscale: #989898. Windows color (decimal): -4617085 or 8621241. OLE color: 8621241.

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

Color convert

RGB185140131-
CMYK00.240.290.27
HSL10º27.84%61.96%-
HSV(B)10º29.19%72.55%-
XYZ33.4830.7125.64-
YUV152.43115.91151.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 140 (55.08% from 255) = 30.70%
BLUE value IS 131 (51.56% from 255) = 28.73%
R=40.57%
G=30.70%
B=28.73%

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
Decimal18514013100.240.290.271027.8461.96
HexB98C830181D1Ba1c3e
Octal2712142030303533123476
Binary1011100110001100100000110110001110111011101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98C83; }

 p { color: rgb(185,140,131); }

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

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

 a { background-color: rgb(185,140,131); }

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

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

 span { border-color: rgb(185,140,131); }

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