#B88A87

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

Shades of Oriental Pink #B88A87

Tints of Oriental Pink #B88A87

Color information

#B88A87 (or 0xB88A87) is unknown color: approx Oriental Pink. HEX triplet: B8, 8A and 87. RGB value is (184,138,135). Sum of RGB (Red+Green+Blue) = 184+138+135=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88A87 is #477578. Grayscale: #979797. Windows color (decimal): -4683129 or 8882872. OLE color: 8882872.

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

Color convert

RGB184138135-
CMYK00.250.270.28
HSL3.67º25.65%62.55%-
HSV(B)3.67º26.63%72.16%-
XYZ33.2330.1226.98-
YUV151.41118.74151.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 138 (54.30% from 255) = 30.20%
BLUE value IS 135 (53.12% from 255) = 29.54%
R=40.26%
G=30.20%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413813500.250.270.283.6725.6562.55
HexB88A870191B1C41a3f
Octal270212207031333443277
Binary101110001000101010000111011001110111110010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A87; }

 p { color: rgb(184,138,135); }

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

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

 a { background-color: rgb(184,138,135); }

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

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

 span { border-color: rgb(184,138,135); }

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