#BA8483

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

Shades of Oriental Pink #BA8483

Tints of Oriental Pink #BA8483

Color information

#BA8483 (or 0xBA8483) is unknown color: approx Oriental Pink. HEX triplet: BA, 84 and 83. RGB value is (186,132,131). Sum of RGB (Red+Green+Blue) = 186+132+131=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8483 is #457B7C. Grayscale: #949494. Windows color (decimal): -4553597 or 8619194. OLE color: 8619194.

HSL color Cylindrical-coordinate representation of color #BA8483: hue angle of 1.09º 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 #BA8483 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB186132131-
CMYK00.290.300.27
HSL1.09º28.5%62.16%-
HSV(B)1.09º29.57%72.94%-
XYZ32.628.5825.27-
YUV148.03118.39155.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 131 (51.56% from 255) = 29.18%
R=41.43%
G=29.40%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613213100.290.300.271.0928.562.16
HexBA848301D1E1B11c3e
Octal272204203035363313476
Binary1011101010000100100000110111011111011011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8483; }

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

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

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

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

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

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

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

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