#BA8282

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

Shades of Oriental Pink #BA8282

Tints of Oriental Pink #BA8282

Color information

#BA8282 (or 0xBA8282) is unknown color: approx Oriental Pink. HEX triplet: BA, 82 and 82. RGB value is (186,130,130). Sum of RGB (Red+Green+Blue) = 186+130+130=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8282 is #457D7D. Grayscale: #929292. Windows color (decimal): -4554110 or 8553146. OLE color: 8553146.

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

Color convert

RGB186130130-
CMYK00.300.300.27
HSL28.87%61.96%-
HSV(B)30.11%72.94%-
XYZ32.2628.0224.83-
YUV146.74118.55156-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 130 (51.17% from 255) = 29.15%
BLUE value IS 130 (51.17% from 255) = 29.15%
R=41.70%
G=29.15%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613013000.300.300.27028.8761.96
HexBA828201E1E1B01d3e
Octal272202202036363303576
Binary1011101010000010100000100111101111011011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8282; }

 p { color: rgb(186,130,130); }

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

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

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

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

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

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

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