#BA8B83

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

Shades of Oriental Pink #BA8B83

Tints of Oriental Pink #BA8B83

Color information

#BA8B83 (or 0xBA8B83) is unknown color: approx Oriental Pink. HEX triplet: BA, 8B and 83. RGB value is (186,139,131). Sum of RGB (Red+Green+Blue) = 186+139+131=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8B83 is #45747C. Grayscale: #989898. Windows color (decimal): -4551805 or 8620986. OLE color: 8620986.

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

Color convert

RGB186139131-
CMYK00.250.300.27
HSL8.73º28.5%62.16%-
HSV(B)8.73º29.57%72.94%-
XYZ33.5830.5425.6-
YUV152.14116.07152.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 139 (54.69% from 255) = 30.48%
BLUE value IS 131 (51.56% from 255) = 28.73%
R=40.79%
G=30.48%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613913100.250.300.278.7328.562.16
HexBA8B830191E1B91c3e
Octal2722132030313633113476
Binary1011101010001011100000110110011111011011100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B83; }

 p { color: rgb(186,139,131); }

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

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

 a { background-color: rgb(186,139,131); }

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

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

 span { border-color: rgb(186,139,131); }

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