#B98684

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

Shades of Oriental Pink #B98684

Tints of Oriental Pink #B98684

Color information

#B98684 (or 0xB98684) is unknown color: approx Oriental Pink. HEX triplet: B9, 86 and 84. RGB value is (185,134,132). Sum of RGB (Red+Green+Blue) = 185+134+132=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B98684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98684 is #46797B. Grayscale: #959595. Windows color (decimal): -4618620 or 8685241. OLE color: 8685241.

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

Color convert

RGB185134132-
CMYK00.280.290.27
HSL2.26º27.46%62.16%-
HSV(B)2.26º28.65%72.55%-
XYZ32.729.0325.71-
YUV149.02118.4153.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.02%
GREEN value IS 134 (52.73% from 255) = 29.71%
BLUE value IS 132 (51.95% from 255) = 29.27%
R=41.02%
G=29.71%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513413200.280.290.272.2627.4662.16
HexB9868401C1D1B21b3e
Octal271206204034353323376
Binary10111001100001101000010001110011101110111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98684; }

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

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

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

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

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

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

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

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