#B98A84

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

Shades of Oriental Pink #B98A84

Tints of Oriental Pink #B98A84

Color information

#B98A84 (or 0xB98A84) is unknown color: approx Oriental Pink. HEX triplet: B9, 8A and 84. RGB value is (185,138,132). Sum of RGB (Red+Green+Blue) = 185+138+132=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98A84 is #46757B. Grayscale: #979797. Windows color (decimal): -4617596 or 8686265. OLE color: 8686265.

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

Color convert

RGB185138132-
CMYK00.250.290.27
HSL6.79º27.46%62.16%-
HSV(B)6.79º28.65%72.55%-
XYZ33.2630.1625.9-
YUV151.37117.07151.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=40.66%
G=30.33%
B=29.01%

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
Decimal18513813200.250.290.276.7927.4662.16
HexB98A840191D1B71b3e
Octal271212204031353373376
Binary101110011000101010000100011001111011101111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A84; }

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

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

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

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

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

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

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

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