#B98784

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

Shades of Oriental Pink #B98784

Tints of Oriental Pink #B98784

Color information

#B98784 (or 0xB98784) is unknown color: approx Oriental Pink. HEX triplet: B9, 87 and 84. RGB value is (185,135,132). Sum of RGB (Red+Green+Blue) = 185+135+132=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B98784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98784 is #46787B. Grayscale: #959595. Windows color (decimal): -4618364 or 8685497. OLE color: 8685497.

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

Color convert

RGB185135132-
CMYK00.270.290.27
HSL3.4º27.46%62.16%-
HSV(B)3.4º28.65%72.55%-
XYZ32.8429.3125.76-
YUV149.61118.06153.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 135 (53.12% from 255) = 29.87%
BLUE value IS 132 (51.95% from 255) = 29.20%
R=40.93%
G=29.87%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513513200.270.290.273.427.4662.16
HexB9878401B1D1B31b3e
Octal271207204033353333376
Binary10111001100001111000010001101111101110111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98784; }

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

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

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

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

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

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

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

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