#BA787A

Color #BA787A Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #BA787A

Tints of Turkish Rose #BA787A

Color information

#BA787A (or 0xBA787A) is unknown color: approx Turkish Rose. HEX triplet: BA, 78 and 7A. RGB value is (186,120,122). Sum of RGB (Red+Green+Blue) = 186+120+122=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA787A is #458785. Grayscale: #8C8C8C. Windows color (decimal): -4556678 or 8026298. OLE color: 8026298.

HSL color Cylindrical-coordinate representation of color #BA787A: hue angle of 358.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA787A is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB186120122-
CMYK00.350.340.27
HSL358.18º32.35%60%-
HSV(B)358.18º35.48%72.94%-
XYZ30.4825.2821.68-
YUV139.96117.87160.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 120 (47.27% from 255) = 28.04%
BLUE value IS 122 (48.05% from 255) = 28.50%
R=43.46%
G=28.04%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612012200.350.340.27358.1832.3560
HexBA787A023221B166203c
Octal27217017204342335464074
Binary1011101011110001111010010001110001011011101100110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA787A; }

 p { color: rgb(186,120,122); }

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

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

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

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

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

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

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