#BA8683

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

Shades of Oriental Pink #BA8683

Tints of Oriental Pink #BA8683

Color information

#BA8683 (or 0xBA8683) is unknown color: approx Oriental Pink. HEX triplet: BA, 86 and 83. RGB value is (186,134,131). Sum of RGB (Red+Green+Blue) = 186+134+131=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8683 is #45797C. Grayscale: #959595. Windows color (decimal): -4553085 or 8619706. OLE color: 8619706.

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

Color convert

RGB186134131-
CMYK00.280.300.27
HSL3.27º28.5%62.16%-
HSV(B)3.27º29.57%72.94%-
XYZ32.8729.1325.36-
YUV149.21117.73154.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 134 (52.73% from 255) = 29.71%
BLUE value IS 131 (51.56% from 255) = 29.05%
R=41.24%
G=29.71%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613413100.280.300.273.2728.562.16
HexBA868301C1E1B31c3e
Octal272206203034363333476
Binary10111010100001101000001101110011110110111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8683; }

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

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

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

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

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

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

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

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