#BA8F89

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

Shades of Oriental Pink #BA8F89

Tints of Oriental Pink #BA8F89

Color information

#BA8F89 (or 0xBA8F89) is unknown color: approx Oriental Pink. HEX triplet: BA, 8F and 89. RGB value is (186,143,137). Sum of RGB (Red+Green+Blue) = 186+143+137=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8F89 is #457076. Grayscale: #9B9B9B. Windows color (decimal): -4550775 or 9015226. OLE color: 9015226.

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

Color convert

RGB186143137-
CMYK00.230.260.27
HSL7.35º26.2%63.33%-
HSV(B)7.35º26.34%72.94%-
XYZ34.5931.8928-
YUV155.17117.75149.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 137 (53.91% from 255) = 29.40%
R=39.91%
G=30.69%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614313700.230.260.277.3526.263.33
HexBA8F890171A1B71a3f
Octal272217211027323373277
Binary101110101000111110001001010111110101101111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8F89; }

 p { color: rgb(186,143,137); }

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

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

 a { background-color: rgb(186,143,137); }

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

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

 span { border-color: rgb(186,143,137); }

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