#BA7879

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

Shades of Turkish Rose #BA7879

Tints of Turkish Rose #BA7879

Color information

#BA7879 (or 0xBA7879) is unknown color: approx Turkish Rose. HEX triplet: BA, 78 and 79. RGB value is (186,120,121). Sum of RGB (Red+Green+Blue) = 186+120+121=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7879 is #458786. Grayscale: #8B8B8B. Windows color (decimal): -4556679 or 7960762. OLE color: 7960762.

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

Color convert

RGB186120121-
CMYK00.350.350.27
HSL359.09º32.35%60%-
HSV(B)359.09º35.48%72.94%-
XYZ30.4225.2521.36-
YUV139.85117.37160.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 120 (47.27% from 255) = 28.10%
BLUE value IS 121 (47.66% from 255) = 28.34%
R=43.56%
G=28.10%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612012100.350.350.27359.0932.3560
HexBA7879023231B167203c
Octal27217017104343335474074
Binary1011101011110001111001010001110001111011101100111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7879; }

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

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

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

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

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

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

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

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