#BA8D87

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

Shades of Oriental Pink #BA8D87

Tints of Oriental Pink #BA8D87

Color information

#BA8D87 (or 0xBA8D87) is unknown color: approx Oriental Pink. HEX triplet: BA, 8D and 87. RGB value is (186,141,135). Sum of RGB (Red+Green+Blue) = 186+141+135=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8D87 is #457278. Grayscale: #999999. Windows color (decimal): -4551289 or 8883642. OLE color: 8883642.

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

Color convert

RGB186141135-
CMYK00.240.270.27
HSL7.06º26.98%62.94%-
HSV(B)7.06º27.42%72.94%-
XYZ34.1531.2427.15-
YUV153.77117.41150.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 141 (55.47% from 255) = 30.52%
BLUE value IS 135 (53.12% from 255) = 29.22%
R=40.26%
G=30.52%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614113500.240.270.277.0626.9862.94
HexBA8D870181B1B71b3f
Octal272215207030333373377
Binary101110101000110110000111011000110111101111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D87; }

 p { color: rgb(186,141,135); }

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

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

 a { background-color: rgb(186,141,135); }

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

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

 span { border-color: rgb(186,141,135); }

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