#BA6A6E

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

Shades of Turkish Rose #BA6A6E

Tints of Turkish Rose #BA6A6E

Color information

#BA6A6E (or 0xBA6A6E) is unknown color: approx Turkish Rose. HEX triplet: BA, 6A and 6E. RGB value is (186,106,110). Sum of RGB (Red+Green+Blue) = 186+106+110=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6A6E is #459591. Grayscale: #828282. Windows color (decimal): -4560274 or 7236282. OLE color: 7236282.

HSL color Cylindrical-coordinate representation of color #BA6A6E: hue angle of 357º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6A6E is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB186106110-
CMYK00.430.410.27
HSL357º36.7%57.25%-
HSV(B)357º43.01%72.94%-
XYZ28.2221.8717.49-
YUV130.38116.5167.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 106 (41.80% from 255) = 26.37%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=46.27%
G=26.37%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610611000.430.410.2735736.757.25
HexBA6A6E02B291B1652539
Octal27215215605351335454571
Binary1011101011010101101110010101110100111011101100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6A6E; }

 p { color: rgb(186,106,110); }

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

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

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

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

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

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

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