#B88986

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

Shades of Oriental Pink #B88986

Tints of Oriental Pink #B88986

Color information

#B88986 (or 0xB88986) is unknown color: approx Oriental Pink. HEX triplet: B8, 89 and 86. RGB value is (184,137,134). Sum of RGB (Red+Green+Blue) = 184+137+134=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B88986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88986 is #477679. Grayscale: #969696. Windows color (decimal): -4683386 or 8817080. OLE color: 8817080.

HSL color Cylindrical-coordinate representation of color #B88986: hue angle of 3.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B88986 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB184137134-
CMYK00.260.270.28
HSL3.6º26.04%62.35%-
HSV(B)3.6º27.17%72.16%-
XYZ33.0229.826.57-
YUV150.71118.57151.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 137 (53.91% from 255) = 30.11%
BLUE value IS 134 (52.73% from 255) = 29.45%
R=40.44%
G=30.11%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413713400.260.270.283.626.0462.35
HexB8898601A1B1C41a3e
Octal270211206032333443276
Binary101110001000100110000110011010110111110010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88986; }

 p { color: rgb(184,137,134); }

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

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

 a { background-color: rgb(184,137,134); }

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

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

 span { border-color: rgb(184,137,134); }

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