#B98A83

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

Shades of Oriental Pink #B98A83

Tints of Oriental Pink #B98A83

Color information

#B98A83 (or 0xB98A83) is unknown color: approx Oriental Pink. HEX triplet: B9, 8A and 83. RGB value is (185,138,131). Sum of RGB (Red+Green+Blue) = 185+138+131=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98A83 is #46757C. Grayscale: #979797. Windows color (decimal): -4617597 or 8620729. OLE color: 8620729.

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

Color convert

RGB185138131-
CMYK00.250.290.27
HSL7.78º27.84%61.96%-
HSV(B)7.78º29.19%72.55%-
XYZ33.1930.1325.54-
YUV151.26116.57152.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 138 (54.30% from 255) = 30.40%
BLUE value IS 131 (51.56% from 255) = 28.85%
R=40.75%
G=30.40%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513813100.250.290.277.7827.8461.96
HexB98A830191D1B81c3e
Octal2712122030313533103476
Binary1011100110001010100000110110011110111011100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A83; }

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

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

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

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

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

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

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

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